<?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: Dependency Injection with Unity and Linq to SQL DataContexts</title>
	<atom:link href="http://www.ademiller.com/blogs/tech/2008/06/unity-linq-datacontext/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ademiller.com/blogs/tech/2008/06/unity-linq-datacontext/?&amp;owa_from=feed&amp;owa_sid=</link>
	<description>Thinking about agile (small 'a') software development, patterns and practices for building Microsoft .NET applications.</description>
	<lastBuildDate>Wed, 10 Mar 2010 23:02:38 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ade Miller</title>
		<link>http://www.ademiller.com/blogs/tech/2008/06/unity-linq-datacontext/comment-page-1/#comment-659</link>
		<dc:creator>Ade Miller</dc:creator>
		<pubDate>Wed, 15 Apr 2009 02:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ademiller.com/blogs/tech/?p=241#comment-659</guid>
		<description>Thoai,

What doesn&#039;t work? I think the comment form removed whatever angle brackets you tried to use.

Ade</description>
		<content:encoded><![CDATA[<p>Thoai,</p>
<p>What doesn&#8217;t work? I think the comment form removed whatever angle brackets you tried to use.</p>
<p>Ade</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thoai Nguyen</title>
		<link>http://www.ademiller.com/blogs/tech/2008/06/unity-linq-datacontext/comment-page-1/#comment-654</link>
		<dc:creator>Thoai Nguyen</dc:creator>
		<pubDate>Sun, 12 Apr 2009 06:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ademiller.com/blogs/tech/?p=241#comment-654</guid>
		<description>I don&#039;t know why it does not work. &gt;.&lt;</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know why it does not work. &gt;.&lt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shannon</title>
		<link>http://www.ademiller.com/blogs/tech/2008/06/unity-linq-datacontext/comment-page-1/#comment-232</link>
		<dc:creator>Shannon</dc:creator>
		<pubDate>Tue, 15 Jul 2008 09:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ademiller.com/blogs/tech/?p=241#comment-232</guid>
		<description>I posted an article combining these two technologies as well. Thought it was a pretty cool way to do things but I&#039;m sure there&#039;s even better way to link these two technologies.

http://suite101.thefarmdigital.com.au/post/2008/07/Linq-and-Unity-Framework.aspx
http://www.codeproject.com/KB/linq/LinqAndUnity.aspx</description>
		<content:encoded><![CDATA[<p>I posted an article combining these two technologies as well. Thought it was a pretty cool way to do things but I&#8217;m sure there&#8217;s even better way to link these two technologies.</p>
<p><a href="http://suite101.thefarmdigital.com.au/post/2008/07/Linq-and-Unity-Framework.aspx" rel="nofollow">http://suite101.thefarmdigital.com.au/post/2008/07/Linq-and-Unity-Framework.aspx</a><br />
<a href="http://www.codeproject.com/KB/linq/LinqAndUnity.aspx" rel="nofollow">http://www.codeproject.com/KB/linq/LinqAndUnity.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mart</title>
		<link>http://www.ademiller.com/blogs/tech/2008/06/unity-linq-datacontext/comment-page-1/#comment-218</link>
		<dc:creator>Mart</dc:creator>
		<pubDate>Sat, 21 Jun 2008 01:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ademiller.com/blogs/tech/?p=241#comment-218</guid>
		<description>Is it possible to do the same using a config file (Web/App.config)? An example would be greatly appreciated, thanks.</description>
		<content:encoded><![CDATA[<p>Is it possible to do the same using a config file (Web/App.config)? An example would be greatly appreciated, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ade</title>
		<link>http://www.ademiller.com/blogs/tech/2008/06/unity-linq-datacontext/comment-page-1/#comment-210</link>
		<dc:creator>Ade</dc:creator>
		<pubDate>Wed, 04 Jun 2008 21:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ademiller.com/blogs/tech/?p=241#comment-210</guid>
		<description>Brad&#039;s comment got a bit mangled. The comment engine removed the angle brackets. I&#039;ve cleaned up the code a bit and learnt some more nice things about Unity in the process.</description>
		<content:encoded><![CDATA[<p>Brad&#8217;s comment got a bit mangled. The comment engine removed the angle brackets. I&#8217;ve cleaned up the code a bit and learnt some more nice things about Unity in the process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Wilson</title>
		<link>http://www.ademiller.com/blogs/tech/2008/06/unity-linq-datacontext/comment-page-1/#comment-209</link>
		<dc:creator>Brad Wilson</dc:creator>
		<pubDate>Wed, 04 Jun 2008 18:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ademiller.com/blogs/tech/?p=241#comment-209</guid>
		<description>This part gives me a shiver:

container.RegisterType();

MyDefaultControllerClass c = container.Resolve() as MyDefaultControllerClass;

What&#039;s the point of the interface? Why is this not just:

MyDefaultControllerClass c = container.Resolve();</description>
		<content:encoded><![CDATA[<p>This part gives me a shiver:</p>
<p>container.RegisterType();</p>
<p>MyDefaultControllerClass c = container.Resolve() as MyDefaultControllerClass;</p>
<p>What&#8217;s the point of the interface? Why is this not just:</p>
<p>MyDefaultControllerClass c = container.Resolve();</p>
]]></content:encoded>
	</item>
</channel>
</rss>
