<?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: Going down the IoC rabbit hole</title>
	<atom:link href="http://lostechies.com/marcusbratton/2008/10/28/going-down-the-ioc-rabbit-hole/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/marcusbratton/2008/10/28/going-down-the-ioc-rabbit-hole/</link>
	<description>Just another LosTechies site</description>
	<lastBuildDate>Mon, 07 May 2012 07:05:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: jcteague</title>
		<link>http://lostechies.com/marcusbratton/2008/10/28/going-down-the-ioc-rabbit-hole/#comment-27</link>
		<dc:creator>jcteague</dc:creator>
		<pubDate>Mon, 03 Nov 2008 03:06:02 +0000</pubDate>
		<guid isPermaLink="false">/blogs/marcus_bratton/archive/2008/10/28/going-down-the-ioc-rabbit-hole.aspx#comment-27</guid>
		<description>We had some interesting discussions at KaizenConf about Advanced IOC usage and one thing that Ayende talked about is using Conventions to wire up your dependencies automatically and only using configuration when when breaking from the configuration.  

For instance, all controllers are connected using Transient lifetime while repositories are singleton lifetime.  It sounds like a great way to reduce configuration pain.  I&#039;m hoping to do some spikes this week and get a blog post out soon.  We&#039;ll see if I deliver :)</description>
		<content:encoded><![CDATA[<p>We had some interesting discussions at KaizenConf about Advanced IOC usage and one thing that Ayende talked about is using Conventions to wire up your dependencies automatically and only using configuration when when breaking from the configuration.  </p>
<p>For instance, all controllers are connected using Transient lifetime while repositories are singleton lifetime.  It sounds like a great way to reduce configuration pain.  I&#8217;m hoping to do some spikes this week and get a blog post out soon.  We&#8217;ll see if I deliver <img src='http://lostechies.com/marcusbratton/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://lostechies.com/marcusbratton/2008/10/28/going-down-the-ioc-rabbit-hole/#comment-26</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Tue, 28 Oct 2008 17:04:39 +0000</pubDate>
		<guid isPermaLink="false">/blogs/marcus_bratton/archive/2008/10/28/going-down-the-ioc-rabbit-hole.aspx#comment-26</guid>
		<description>a guy I work with insists that ioc is evil and breaks information hiding in basic OO. we&#039;re having long debates on this. I on the other hand see a benefit to it,  and its saved me in many occassions. The only down side for me is the complexity that goes with it. Its NOT complex as your building your app, but a few months later when the new guy has to maintain the code .. that when it gets interesting :-) 
</description>
		<content:encoded><![CDATA[<p>a guy I work with insists that ioc is evil and breaks information hiding in basic OO. we&#8217;re having long debates on this. I on the other hand see a benefit to it,  and its saved me in many occassions. The only down side for me is the complexity that goes with it. Its NOT complex as your building your app, but a few months later when the new guy has to maintain the code .. that when it gets interesting <img src='http://lostechies.com/marcusbratton/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://lostechies.com/marcusbratton/2008/10/28/going-down-the-ioc-rabbit-hole/#comment-25</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 28 Oct 2008 12:23:16 +0000</pubDate>
		<guid isPermaLink="false">/blogs/marcus_bratton/archive/2008/10/28/going-down-the-ioc-rabbit-hole.aspx#comment-25</guid>
		<description>I&#039;ve been using Windsor for almost a year. I first discovered in the Rhino.Tools stack. Even after a year I only know/use/understand 20% of of the Framework.  

There seem to be limitless ways to configure Windsor.  The fluent interfaces are great, there are numerous hooks to modify the basic configuration, and there are even attributes which make configuration a breeze. The trade of is infrastructure in the domain.

Take advantage of Facilities, they allow you to encapsulate common functionality. For example You could have a facility to configure your Repositories, and another to configure MVP/C, and another to... etc.

The castle forum on google is a great resource for questions.

Not only can Windsor manage your dependencies (both required, ctor, and optional properties), you can supply smarts to determine how/when/what is injected.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using Windsor for almost a year. I first discovered in the Rhino.Tools stack. Even after a year I only know/use/understand 20% of of the Framework.  </p>
<p>There seem to be limitless ways to configure Windsor.  The fluent interfaces are great, there are numerous hooks to modify the basic configuration, and there are even attributes which make configuration a breeze. The trade of is infrastructure in the domain.</p>
<p>Take advantage of Facilities, they allow you to encapsulate common functionality. For example You could have a facility to configure your Repositories, and another to configure MVP/C, and another to&#8230; etc.</p>
<p>The castle forum on google is a great resource for questions.</p>
<p>Not only can Windsor manage your dependencies (both required, ctor, and optional properties), you can supply smarts to determine how/when/what is injected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruprict</title>
		<link>http://lostechies.com/marcusbratton/2008/10/28/going-down-the-ioc-rabbit-hole/#comment-24</link>
		<dc:creator>Ruprict</dc:creator>
		<pubDate>Tue, 28 Oct 2008 11:47:16 +0000</pubDate>
		<guid isPermaLink="false">/blogs/marcus_bratton/archive/2008/10/28/going-down-the-ioc-rabbit-hole.aspx#comment-24</guid>
		<description>DI/IoC helped all aspects of my design and coding.  It helped me bake in testability and stick to the Single Responsibility Principle.  I am a Windsorist from way back, so my objectivity on IoC containers and, even, Windsor, is probably gone by now.  There are a TON of resources about Windsor (and IoC) out there, so you may want to see how people are implementing.  For example, there are at least 3 ways to configure the container in Windsor (XML, Binsor (boo), and fluent interface)  My guess is you&#039;re about to find out how great this concept and framework really are.</description>
		<content:encoded><![CDATA[<p>DI/IoC helped all aspects of my design and coding.  It helped me bake in testability and stick to the Single Responsibility Principle.  I am a Windsorist from way back, so my objectivity on IoC containers and, even, Windsor, is probably gone by now.  There are a TON of resources about Windsor (and IoC) out there, so you may want to see how people are implementing.  For example, there are at least 3 ways to configure the container in Windsor (XML, Binsor (boo), and fluent interface)  My guess is you&#8217;re about to find out how great this concept and framework really are.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hernan Garcia</title>
		<link>http://lostechies.com/marcusbratton/2008/10/28/going-down-the-ioc-rabbit-hole/#comment-23</link>
		<dc:creator>Hernan Garcia</dc:creator>
		<pubDate>Tue, 28 Oct 2008 09:51:53 +0000</pubDate>
		<guid isPermaLink="false">/blogs/marcus_bratton/archive/2008/10/28/going-down-the-ioc-rabbit-hole.aspx#comment-23</guid>
		<description>i think it&#039;s great. It took my team (and me) a day or two to get used to it. One of the things we found very important is make sure you properly define the lifestyle of your objects, singleton, transient, etc. Or you may see some strange behaviours in your app, that can be very difficult to find. I also found very interesting the presentation done by Mario Cardinal on Agile 2008 about where to use Ioc. He has a chat in arcast.tv about the same issue: http://www.mariocardinal.com/Posts/20080909.html.</description>
		<content:encoded><![CDATA[<p>i think it&#8217;s great. It took my team (and me) a day or two to get used to it. One of the things we found very important is make sure you properly define the lifestyle of your objects, singleton, transient, etc. Or you may see some strange behaviours in your app, that can be very difficult to find. I also found very interesting the presentation done by Mario Cardinal on Agile 2008 about where to use Ioc. He has a chat in arcast.tv about the same issue: <a href="http://www.mariocardinal.com/Posts/20080909.html" rel="nofollow">http://www.mariocardinal.com/Posts/20080909.html</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
