<?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: Introduction to IoC with Windsor</title>
	<atom:link href="http://davybrion.com/blog/2008/04/introduction-to-ioc-with-windsor/feed/" rel="self" type="application/rss+xml" />
	<link>http://davybrion.com/blog/2008/04/introduction-to-ioc-with-windsor/</link>
	<description>Trying to walk that thin line between intelligence and ignorance</description>
	<lastBuildDate>Sun, 14 Mar 2010 15:41:46 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Getting my hands dirty again &#171; Den Ben&#8217;s Blog</title>
		<link>http://davybrion.com/blog/2008/04/introduction-to-ioc-with-windsor/comment-page-1/#comment-9536</link>
		<dc:creator>Getting my hands dirty again &#171; Den Ben&#8217;s Blog</dc:creator>
		<pubDate>Sun, 08 Mar 2009 13:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://ralinx.wordpress.com/?p=97#comment-9536</guid>
		<description>[...] ditched our code generated data layer and introduced NHibernate instead.  Being a big fan of dependency injection he also threw Castle Windsor into the picture.  And to top it of, for our unit tests he showed us [...]</description>
		<content:encoded><![CDATA[<p>[...] ditched our code generated data layer and introduced NHibernate instead.  Being a big fan of dependency injection he also threw Castle Windsor into the picture.  And to top it of, for our unit tests he showed us [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davy Brion</title>
		<link>http://davybrion.com/blog/2008/04/introduction-to-ioc-with-windsor/comment-page-1/#comment-534</link>
		<dc:creator>Davy Brion</dc:creator>
		<pubDate>Thu, 03 Jul 2008 12:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://ralinx.wordpress.com/?p=97#comment-534</guid>
		<description>yea, sometimes i do and sometimes i don&#039;t... i guess it depends in how much of a rush i am ;)</description>
		<content:encoded><![CDATA[<p>yea, sometimes i do and sometimes i don&#8217;t&#8230; i guess it depends in how much of a rush i am <img src='http://davybrion.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://davybrion.com/blog/2008/04/introduction-to-ioc-with-windsor/comment-page-1/#comment-533</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Thu, 03 Jul 2008 12:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://ralinx.wordpress.com/?p=97#comment-533</guid>
		<description>+1 for the last remark :)

One thing that could become handy in your future posts imho is to keep a list of prerequisites for your readers in case of the concrete examples you clarify.  

For instance on the &#039;Managing nHibernate Sessions&#039; post its interesting enough to at least look into your &#039;disposable&#039; and &#039;IoC&#039; posts also. You started linking to MartinFowlers site in your intro but I think it would be handy to link to your own content also :)

Just my 2 pence.

Stefan.</description>
		<content:encoded><![CDATA[<p>+1 for the last remark <img src='http://davybrion.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>One thing that could become handy in your future posts imho is to keep a list of prerequisites for your readers in case of the concrete examples you clarify.  </p>
<p>For instance on the &#8216;Managing nHibernate Sessions&#8217; post its interesting enough to at least look into your &#8216;disposable&#8217; and &#8216;IoC&#8217; posts also. You started linking to MartinFowlers site in your intro but I think it would be handy to link to your own content also <img src='http://davybrion.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Just my 2 pence.</p>
<p>Stefan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davy Brion</title>
		<link>http://davybrion.com/blog/2008/04/introduction-to-ioc-with-windsor/comment-page-1/#comment-532</link>
		<dc:creator>Davy Brion</dc:creator>
		<pubDate>Thu, 03 Jul 2008 11:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://ralinx.wordpress.com/?p=97#comment-532</guid>
		<description>yeah, still working on it whenever i can spend some time on it and feel like working on it ;)

not sure if there will ever be a completely downloadable version of it though... at least it leads to some good new posts</description>
		<content:encoded><![CDATA[<p>yeah, still working on it whenever i can spend some time on it and feel like working on it <img src='http://davybrion.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>not sure if there will ever be a completely downloadable version of it though&#8230; at least it leads to some good new posts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://davybrion.com/blog/2008/04/introduction-to-ioc-with-windsor/comment-page-1/#comment-531</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Thu, 03 Jul 2008 11:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://ralinx.wordpress.com/?p=97#comment-531</guid>
		<description>Great introduction Davy ! 

Really explains the basic idea behind it in a very easy to read and easy to follow style.
This is the chapter that is missing in the Castle documentation imho, the why do we need it chapter so to speak. 

Am looking forward to seeing all your ideas worked out on a/the NorthWind example your working on (I suppose you still are?)

Grtz Stefan.</description>
		<content:encoded><![CDATA[<p>Great introduction Davy ! </p>
<p>Really explains the basic idea behind it in a very easy to read and easy to follow style.<br />
This is the chapter that is missing in the Castle documentation imho, the why do we need it chapter so to speak. </p>
<p>Am looking forward to seeing all your ideas worked out on a/the NorthWind example your working on (I suppose you still are?)</p>
<p>Grtz Stefan.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
