<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Castle Windsor on Marko Apfel</title><link>http://blog.marko-apfel.de/tags/castle-windsor/</link><description>Recent content in Castle Windsor on Marko Apfel</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Tue, 03 May 2011 05:46:00 +0200</lastBuildDate><atom:link href="http://blog.marko-apfel.de/tags/castle-windsor/index.xml" rel="self" type="application/rss+xml"/><item><title>Castle Windsor: order of configurations and resulting resolvings</title><link>http://blog.marko-apfel.de/posts/castle-windsor-order-of-configurations-and-resulting-resolvings/</link><pubDate>Tue, 03 May 2011 05:46:00 +0200</pubDate><guid>http://blog.marko-apfel.de/posts/castle-windsor-order-of-configurations-and-resulting-resolvings/</guid><description>&lt;p&gt;If different implementations for the same interface are specified without named keys, then a resolving is made in order of the configurations. So the first fitting implementation is taken.&lt;/p&gt;
&lt;p&gt;Different implementations for the same interface is a typical scenario for patterns like “chain of responsibility” and “decorator”. If you want to describe such a chain you could use the next handler as a constructor- parameter in the actual one.&lt;/p&gt;</description></item><item><title>Castle Windsor and .NET Framwork 3.5 Client Profil</title><link>http://blog.marko-apfel.de/posts/castle-windsor-and-net-framwork-3-5-client-profil/</link><pubDate>Fri, 24 Sep 2010 17:32:00 +0200</pubDate><guid>http://blog.marko-apfel.de/posts/castle-windsor-and-net-framwork-3-5-client-profil/</guid><description>&lt;p&gt;Today I have tried to use a &lt;em&gt;Castle Windsor&lt;/em&gt; in an project based at &lt;em&gt;.NET Framwork 3.5 Client Profile&lt;/em&gt;. This is not possible because somewhere in the Castle Windsor assembly a reference to &lt;code&gt;System.Web&lt;/code&gt; is made.&lt;/p&gt;</description></item><item><title>Comparison of famous IoC-containers</title><link>http://blog.marko-apfel.de/posts/comparison-of-famous-ioc-containers/</link><pubDate>Wed, 08 Sep 2010 11:28:00 +0200</pubDate><guid>http://blog.marko-apfel.de/posts/comparison-of-famous-ioc-containers/</guid><description>&lt;h2 id="my-short-summary"&gt;My short summary&lt;/h2&gt;
&lt;p&gt;This comparison is mainly originated with attention to XML-based configuration possibilities and grouping implementations of the same contract which are to chose over a key.&lt;/p&gt;
&lt;h2 id="structuremap"&gt;StructureMap&lt;/h2&gt;
&lt;p&gt;A really nice container with simple XML configuration. But we had problems if the container must instantiate WPF-controls.&lt;/p&gt;</description></item></channel></rss>