<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Lazy Loaded Interceptors</title>
	<atom:link href="http://lostechies.com/mokhan/2008/11/09/lazy-loaded-interceptors/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/mokhan/2008/11/09/lazy-loaded-interceptors/</link>
	<description>Just another LosTechies site</description>
	<lastBuildDate>Tue, 12 May 2009 07:06:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Mo Khan</title>
		<link>http://lostechies.com/mokhan/2008/11/09/lazy-loaded-interceptors/#comment-43</link>
		<dc:creator>Mo Khan</dc:creator>
		<pubDate>Mon, 10 Nov 2008 19:33:42 +0000</pubDate>
		<guid isPermaLink="false">/blogs/mokhan/archive/2008/11/09/lazy-loaded-interceptors.aspx#comment-43</guid>
		<description>@Jonathan I&#039;m looking at Autofac right now... I can already understand why they claim to be &quot;An addictive .NET IoC container.&quot; Thanks for introducing me to it!</description>
		<content:encoded><![CDATA[<p>@Jonathan I&#8217;m looking at Autofac right now&#8230; I can already understand why they claim to be &#8220;An addictive .NET IoC container.&#8221; Thanks for introducing me to it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://lostechies.com/mokhan/2008/11/09/lazy-loaded-interceptors/#comment-42</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Mon, 10 Nov 2008 02:52:49 +0000</pubDate>
		<guid isPermaLink="false">/blogs/mokhan/archive/2008/11/09/lazy-loaded-interceptors.aspx#comment-42</guid>
		<description>There is another IoC container that&#039;s worth looking into in your situation.  It&#039;s called Autofac - it actually solves a number of the problems you&#039;ve brought up.  Specifically you don&#039;t have to register things in a certain order.  It also supports better wire-ups through code (delegate/lambda registrations) than Castle Windsor.  We switched a while back from Castle Windsor to Autofac and have never looked back.

On a related note, Microsoft actually grabbed the author of both Castle and Autofac to work on the same project together because they both demonstrated amazing understanding and design prowess in creating their respective IoC containers.</description>
		<content:encoded><![CDATA[<p>There is another IoC container that&#8217;s worth looking into in your situation.  It&#8217;s called Autofac &#8211; it actually solves a number of the problems you&#8217;ve brought up.  Specifically you don&#8217;t have to register things in a certain order.  It also supports better wire-ups through code (delegate/lambda registrations) than Castle Windsor.  We switched a while back from Castle Windsor to Autofac and have never looked back.</p>
<p>On a related note, Microsoft actually grabbed the author of both Castle and Autofac to work on the same project together because they both demonstrated amazing understanding and design prowess in creating their respective IoC containers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mo</title>
		<link>http://lostechies.com/mokhan/2008/11/09/lazy-loaded-interceptors/#comment-41</link>
		<dc:creator>Mo</dc:creator>
		<pubDate>Mon, 10 Nov 2008 01:29:28 +0000</pubDate>
		<guid isPermaLink="false">/blogs/mokhan/archive/2008/11/09/lazy-loaded-interceptors.aspx#comment-41</guid>
		<description>@Chad I&#039;m just using Castle Windsor. We just build an abstraction over it, to be able to configure it how we like. 

Thanks for the kind feedback! I&#039;ve been using the &quot;Paste from Visual Studio&quot; plugin for Windows Live Writer. I&#039;d be happy to try a different plugin if you can suggest one!</description>
		<content:encoded><![CDATA[<p>@Chad I&#8217;m just using Castle Windsor. We just build an abstraction over it, to be able to configure it how we like. </p>
<p>Thanks for the kind feedback! I&#8217;ve been using the &#8220;Paste from Visual Studio&#8221; plugin for Windows Live Writer. I&#8217;d be happy to try a different plugin if you can suggest one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chadmyers</title>
		<link>http://lostechies.com/mokhan/2008/11/09/lazy-loaded-interceptors/#comment-40</link>
		<dc:creator>chadmyers</dc:creator>
		<pubDate>Mon, 10 Nov 2008 00:02:46 +0000</pubDate>
		<guid isPermaLink="false">/blogs/mokhan/archive/2008/11/09/lazy-loaded-interceptors.aspx#comment-40</guid>
		<description>Interesting. It&#039;s good to see more stuff around DynamicProxy. It&#039;s quite powerful, but I think people are afraid to use it because it can be intimidating to use at first.

Small side note: For some reason, whatever mechanism you&#039;re using to post code looks really messed up in the RSS feed. It looks fine on the site, though.

One last thing: Are you building your own IoC container? Interesting! Is it open source where we can see/play with it?

Thanks!</description>
		<content:encoded><![CDATA[<p>Interesting. It&#8217;s good to see more stuff around DynamicProxy. It&#8217;s quite powerful, but I think people are afraid to use it because it can be intimidating to use at first.</p>
<p>Small side note: For some reason, whatever mechanism you&#8217;re using to post code looks really messed up in the RSS feed. It looks fine on the site, though.</p>
<p>One last thing: Are you building your own IoC container? Interesting! Is it open source where we can see/play with it?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
