<?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: Unity Extension for Entity Framework POCO Configuration, Repository and Unit of Work</title>
	<atom:link href="http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gavin Luo</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-64125</link>
		<dc:creator>Gavin Luo</dc:creator>
		<pubDate>Wed, 27 Jul 2011 02:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-64125</guid>
		<description>??????????????</description>
		<content:encoded><![CDATA[<p>??????????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarod Ferguson</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-54101</link>
		<dc:creator>Jarod Ferguson</dc:creator>
		<pubDate>Sat, 27 Feb 2010 20:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-54101</guid>
		<description>&lt;a href=&quot;#comment-54021&quot; rel=&quot;nofollow&quot;&gt;@Scott Wade&lt;/a&gt; 
Awesome. I am looking forward to using InjectionFactory.</description>
		<content:encoded><![CDATA[<p><a href="#comment-54021" rel="nofollow">@Scott Wade</a><br />
Awesome. I am looking forward to using InjectionFactory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Wade</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-54021</link>
		<dc:creator>Scott Wade</dc:creator>
		<pubDate>Thu, 25 Feb 2010 20:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-54021</guid>
		<description>Thanks for the great post...came in very handy to clarify a few things I was fumbling around with prior to running across this clearly explained post.

With the Beta 1 release of Unity 2.0, I&#039;ve found that the WithContextLifetime method in the EFRepositoryExtension can utilize the new automatic factories functionality...and with an InjectionFactory be refactored into:

public IEFRepositoryExtension WithContextLifetime(LifetimeManager lifetimeManager)
{
     Container.RegisterType(new InjectionFactory(x =&gt; ContextResolver(x, lifetimeManager, _connection)));

     return this;
}

I&#039;ve had success thus far using the first beta of Unity 2.0, and look forward to utilizing it&#039;s expanded features along with greatly enhanced and expanded EF4 and on-going CTPs...

Thanks again for your posts, keep &#039;em coming!</description>
		<content:encoded><![CDATA[<p>Thanks for the great post&#8230;came in very handy to clarify a few things I was fumbling around with prior to running across this clearly explained post.</p>
<p>With the Beta 1 release of Unity 2.0, I&#8217;ve found that the WithContextLifetime method in the EFRepositoryExtension can utilize the new automatic factories functionality&#8230;and with an InjectionFactory be refactored into:</p>
<p>public IEFRepositoryExtension WithContextLifetime(LifetimeManager lifetimeManager)<br />
{<br />
     Container.RegisterType(new InjectionFactory(x =&gt; ContextResolver(x, lifetimeManager, _connection)));</p>
<p>     return this;<br />
}</p>
<p>I&#8217;ve had success thus far using the first beta of Unity 2.0, and look forward to utilizing it&#8217;s expanded features along with greatly enhanced and expanded EF4 and on-going CTPs&#8230;</p>
<p>Thanks again for your posts, keep &#8216;em coming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarod Ferguson</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-51740</link>
		<dc:creator>Jarod Ferguson</dc:creator>
		<pubDate>Tue, 22 Dec 2009 07:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-51740</guid>
		<description>@Higor I have uploaded the source code here:

http://guild3.com/files/samples/EFPoco.zip</description>
		<content:encoded><![CDATA[<p>@Higor I have uploaded the source code here:</p>
<p><a href="http://guild3.com/files/samples/EFPoco.zip" rel="nofollow">http://guild3.com/files/samples/EFPoco.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Higor</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-51710</link>
		<dc:creator>Higor</dc:creator>
		<pubDate>Mon, 21 Dec 2009 15:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-51710</guid>
		<description>Hello, Nice post. Do you have the changed source code? If so I&#039;d delighted if you could send me. 
thank you</description>
		<content:encoded><![CDATA[<p>Hello, Nice post. Do you have the changed source code? If so I&#8217;d delighted if you could send me.<br />
thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reflective Perspective - Chris Alcock &#187; The Morning Brew #499</title>
	<atom:link href="http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comments on: Unity Extension for Entity Framework POCO Configuration, Repository and Unit of Work</title>
	<atom:link href="http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gavin Luo</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-64125</link>
		<dc:creator>Gavin Luo</dc:creator>
		<pubDate>Wed, 27 Jul 2011 02:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-64125</guid>
		<description>??????????????</description>
		<content:encoded><![CDATA[<p>??????????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarod Ferguson</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-54101</link>
		<dc:creator>Jarod Ferguson</dc:creator>
		<pubDate>Sat, 27 Feb 2010 20:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-54101</guid>
		<description>&lt;a href=&quot;#comment-54021&quot; rel=&quot;nofollow&quot;&gt;@Scott Wade&lt;/a&gt; 
Awesome. I am looking forward to using InjectionFactory.</description>
		<content:encoded><![CDATA[<p><a href="#comment-54021" rel="nofollow">@Scott Wade</a><br />
Awesome. I am looking forward to using InjectionFactory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Wade</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-54021</link>
		<dc:creator>Scott Wade</dc:creator>
		<pubDate>Thu, 25 Feb 2010 20:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-54021</guid>
		<description>Thanks for the great post...came in very handy to clarify a few things I was fumbling around with prior to running across this clearly explained post.

With the Beta 1 release of Unity 2.0, I&#039;ve found that the WithContextLifetime method in the EFRepositoryExtension can utilize the new automatic factories functionality...and with an InjectionFactory be refactored into:

public IEFRepositoryExtension WithContextLifetime(LifetimeManager lifetimeManager)
{
     Container.RegisterType(new InjectionFactory(x =&gt; ContextResolver(x, lifetimeManager, _connection)));

     return this;
}

I&#039;ve had success thus far using the first beta of Unity 2.0, and look forward to utilizing it&#039;s expanded features along with greatly enhanced and expanded EF4 and on-going CTPs...

Thanks again for your posts, keep &#039;em coming!</description>
		<content:encoded><![CDATA[<p>Thanks for the great post&#8230;came in very handy to clarify a few things I was fumbling around with prior to running across this clearly explained post.</p>
<p>With the Beta 1 release of Unity 2.0, I&#8217;ve found that the WithContextLifetime method in the EFRepositoryExtension can utilize the new automatic factories functionality&#8230;and with an InjectionFactory be refactored into:</p>
<p>public IEFRepositoryExtension WithContextLifetime(LifetimeManager lifetimeManager)<br />
{<br />
     Container.RegisterType(new InjectionFactory(x =&gt; ContextResolver(x, lifetimeManager, _connection)));</p>
<p>     return this;<br />
}</p>
<p>I&#8217;ve had success thus far using the first beta of Unity 2.0, and look forward to utilizing it&#8217;s expanded features along with greatly enhanced and expanded EF4 and on-going CTPs&#8230;</p>
<p>Thanks again for your posts, keep &#8216;em coming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarod Ferguson</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-51740</link>
		<dc:creator>Jarod Ferguson</dc:creator>
		<pubDate>Tue, 22 Dec 2009 07:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-51740</guid>
		<description>@Higor I have uploaded the source code here:

http://guild3.com/files/samples/EFPoco.zip</description>
		<content:encoded><![CDATA[<p>@Higor I have uploaded the source code here:</p>
<p><a href="http://guild3.com/files/samples/EFPoco.zip" rel="nofollow">http://guild3.com/files/samples/EFPoco.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Higor</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-51710</link>
		<dc:creator>Higor</dc:creator>
		<pubDate>Mon, 21 Dec 2009 15:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-51710</guid>
		<description>Hello, Nice post. Do you have the changed source code? If so I&#039;d delighted if you could send me. 
thank you</description>
		<content:encoded><![CDATA[<p>Hello, Nice post. Do you have the changed source code? If so I&#8217;d delighted if you could send me.<br />
thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reflective Perspective - Chris Alcock &#187; The Morning Brew #499</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-64125</link>
		<dc:creator>Gavin Luo</dc:creator>
		<pubDate>Wed, 27 Jul 2011 02:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-64125</guid>
		<description>??????????????</description>
		<content:encoded><![CDATA[<p>??????????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comments on: Unity Extension for Entity Framework POCO Configuration, Repository and Unit of Work</title>
	<atom:link href="http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gavin Luo</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-64125</link>
		<dc:creator>Gavin Luo</dc:creator>
		<pubDate>Wed, 27 Jul 2011 02:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-64125</guid>
		<description>??????????????</description>
		<content:encoded><![CDATA[<p>??????????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarod Ferguson</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-54101</link>
		<dc:creator>Jarod Ferguson</dc:creator>
		<pubDate>Sat, 27 Feb 2010 20:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-54101</guid>
		<description>&lt;a href=&quot;#comment-54021&quot; rel=&quot;nofollow&quot;&gt;@Scott Wade&lt;/a&gt; 
Awesome. I am looking forward to using InjectionFactory.</description>
		<content:encoded><![CDATA[<p><a href="#comment-54021" rel="nofollow">@Scott Wade</a><br />
Awesome. I am looking forward to using InjectionFactory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Wade</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-54021</link>
		<dc:creator>Scott Wade</dc:creator>
		<pubDate>Thu, 25 Feb 2010 20:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-54021</guid>
		<description>Thanks for the great post...came in very handy to clarify a few things I was fumbling around with prior to running across this clearly explained post.

With the Beta 1 release of Unity 2.0, I&#039;ve found that the WithContextLifetime method in the EFRepositoryExtension can utilize the new automatic factories functionality...and with an InjectionFactory be refactored into:

public IEFRepositoryExtension WithContextLifetime(LifetimeManager lifetimeManager)
{
     Container.RegisterType(new InjectionFactory(x =&gt; ContextResolver(x, lifetimeManager, _connection)));

     return this;
}

I&#039;ve had success thus far using the first beta of Unity 2.0, and look forward to utilizing it&#039;s expanded features along with greatly enhanced and expanded EF4 and on-going CTPs...

Thanks again for your posts, keep &#039;em coming!</description>
		<content:encoded><![CDATA[<p>Thanks for the great post&#8230;came in very handy to clarify a few things I was fumbling around with prior to running across this clearly explained post.</p>
<p>With the Beta 1 release of Unity 2.0, I&#8217;ve found that the WithContextLifetime method in the EFRepositoryExtension can utilize the new automatic factories functionality&#8230;and with an InjectionFactory be refactored into:</p>
<p>public IEFRepositoryExtension WithContextLifetime(LifetimeManager lifetimeManager)<br />
{<br />
     Container.RegisterType(new InjectionFactory(x =&gt; ContextResolver(x, lifetimeManager, _connection)));</p>
<p>     return this;<br />
}</p>
<p>I&#8217;ve had success thus far using the first beta of Unity 2.0, and look forward to utilizing it&#8217;s expanded features along with greatly enhanced and expanded EF4 and on-going CTPs&#8230;</p>
<p>Thanks again for your posts, keep &#8216;em coming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarod Ferguson</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-51740</link>
		<dc:creator>Jarod Ferguson</dc:creator>
		<pubDate>Tue, 22 Dec 2009 07:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-51740</guid>
		<description>@Higor I have uploaded the source code here:

http://guild3.com/files/samples/EFPoco.zip</description>
		<content:encoded><![CDATA[<p>@Higor I have uploaded the source code here:</p>
<p><a href="http://guild3.com/files/samples/EFPoco.zip" rel="nofollow">http://guild3.com/files/samples/EFPoco.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Higor</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-51710</link>
		<dc:creator>Higor</dc:creator>
		<pubDate>Mon, 21 Dec 2009 15:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-51710</guid>
		<description>Hello, Nice post. Do you have the changed source code? If so I&#039;d delighted if you could send me. 
thank you</description>
		<content:encoded><![CDATA[<p>Hello, Nice post. Do you have the changed source code? If so I&#8217;d delighted if you could send me.<br />
thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reflective Perspective - Chris Alcock &#187; The Morning Brew #499</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-54101</link>
		<dc:creator>Jarod Ferguson</dc:creator>
		<pubDate>Sat, 27 Feb 2010 20:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-54101</guid>
		<description>&lt;a href=&quot;#comment-54021&quot; rel=&quot;nofollow&quot;&gt;@Scott Wade&lt;/a&gt; 
Awesome. I am looking forward to using InjectionFactory.</description>
		<content:encoded><![CDATA[<p><a href="#comment-54021" rel="nofollow">@Scott Wade</a><br />
Awesome. I am looking forward to using InjectionFactory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comments on: Unity Extension for Entity Framework POCO Configuration, Repository and Unit of Work</title>
	<atom:link href="http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gavin Luo</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-64125</link>
		<dc:creator>Gavin Luo</dc:creator>
		<pubDate>Wed, 27 Jul 2011 02:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-64125</guid>
		<description>??????????????</description>
		<content:encoded><![CDATA[<p>??????????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarod Ferguson</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-54101</link>
		<dc:creator>Jarod Ferguson</dc:creator>
		<pubDate>Sat, 27 Feb 2010 20:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-54101</guid>
		<description>&lt;a href=&quot;#comment-54021&quot; rel=&quot;nofollow&quot;&gt;@Scott Wade&lt;/a&gt; 
Awesome. I am looking forward to using InjectionFactory.</description>
		<content:encoded><![CDATA[<p><a href="#comment-54021" rel="nofollow">@Scott Wade</a><br />
Awesome. I am looking forward to using InjectionFactory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Wade</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-54021</link>
		<dc:creator>Scott Wade</dc:creator>
		<pubDate>Thu, 25 Feb 2010 20:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-54021</guid>
		<description>Thanks for the great post...came in very handy to clarify a few things I was fumbling around with prior to running across this clearly explained post.

With the Beta 1 release of Unity 2.0, I&#039;ve found that the WithContextLifetime method in the EFRepositoryExtension can utilize the new automatic factories functionality...and with an InjectionFactory be refactored into:

public IEFRepositoryExtension WithContextLifetime(LifetimeManager lifetimeManager)
{
     Container.RegisterType(new InjectionFactory(x =&gt; ContextResolver(x, lifetimeManager, _connection)));

     return this;
}

I&#039;ve had success thus far using the first beta of Unity 2.0, and look forward to utilizing it&#039;s expanded features along with greatly enhanced and expanded EF4 and on-going CTPs...

Thanks again for your posts, keep &#039;em coming!</description>
		<content:encoded><![CDATA[<p>Thanks for the great post&#8230;came in very handy to clarify a few things I was fumbling around with prior to running across this clearly explained post.</p>
<p>With the Beta 1 release of Unity 2.0, I&#8217;ve found that the WithContextLifetime method in the EFRepositoryExtension can utilize the new automatic factories functionality&#8230;and with an InjectionFactory be refactored into:</p>
<p>public IEFRepositoryExtension WithContextLifetime(LifetimeManager lifetimeManager)<br />
{<br />
     Container.RegisterType(new InjectionFactory(x =&gt; ContextResolver(x, lifetimeManager, _connection)));</p>
<p>     return this;<br />
}</p>
<p>I&#8217;ve had success thus far using the first beta of Unity 2.0, and look forward to utilizing it&#8217;s expanded features along with greatly enhanced and expanded EF4 and on-going CTPs&#8230;</p>
<p>Thanks again for your posts, keep &#8216;em coming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarod Ferguson</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-51740</link>
		<dc:creator>Jarod Ferguson</dc:creator>
		<pubDate>Tue, 22 Dec 2009 07:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-51740</guid>
		<description>@Higor I have uploaded the source code here:

http://guild3.com/files/samples/EFPoco.zip</description>
		<content:encoded><![CDATA[<p>@Higor I have uploaded the source code here:</p>
<p><a href="http://guild3.com/files/samples/EFPoco.zip" rel="nofollow">http://guild3.com/files/samples/EFPoco.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Higor</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-51710</link>
		<dc:creator>Higor</dc:creator>
		<pubDate>Mon, 21 Dec 2009 15:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-51710</guid>
		<description>Hello, Nice post. Do you have the changed source code? If so I&#039;d delighted if you could send me. 
thank you</description>
		<content:encoded><![CDATA[<p>Hello, Nice post. Do you have the changed source code? If so I&#8217;d delighted if you could send me.<br />
thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reflective Perspective - Chris Alcock &#187; The Morning Brew #499</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-54021</link>
		<dc:creator>Scott Wade</dc:creator>
		<pubDate>Thu, 25 Feb 2010 20:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-54021</guid>
		<description>Thanks for the great post...came in very handy to clarify a few things I was fumbling around with prior to running across this clearly explained post.

With the Beta 1 release of Unity 2.0, I&#039;ve found that the WithContextLifetime method in the EFRepositoryExtension can utilize the new automatic factories functionality...and with an InjectionFactory be refactored into:

public IEFRepositoryExtension WithContextLifetime(LifetimeManager lifetimeManager)
{
     Container.RegisterType(new InjectionFactory(x =&gt; ContextResolver(x, lifetimeManager, _connection)));

     return this;
}

I&#039;ve had success thus far using the first beta of Unity 2.0, and look forward to utilizing it&#039;s expanded features along with greatly enhanced and expanded EF4 and on-going CTPs...

Thanks again for your posts, keep &#039;em coming!</description>
		<content:encoded><![CDATA[<p>Thanks for the great post&#8230;came in very handy to clarify a few things I was fumbling around with prior to running across this clearly explained post.</p>
<p>With the Beta 1 release of Unity 2.0, I&#8217;ve found that the WithContextLifetime method in the EFRepositoryExtension can utilize the new automatic factories functionality&#8230;and with an InjectionFactory be refactored into:</p>
<p>public IEFRepositoryExtension WithContextLifetime(LifetimeManager lifetimeManager)<br />
{<br />
     Container.RegisterType(new InjectionFactory(x =&gt; ContextResolver(x, lifetimeManager, _connection)));</p>
<p>     return this;<br />
}</p>
<p>I&#8217;ve had success thus far using the first beta of Unity 2.0, and look forward to utilizing it&#8217;s expanded features along with greatly enhanced and expanded EF4 and on-going CTPs&#8230;</p>
<p>Thanks again for your posts, keep &#8216;em coming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comments on: Unity Extension for Entity Framework POCO Configuration, Repository and Unit of Work</title>
	<atom:link href="http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gavin Luo</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-64125</link>
		<dc:creator>Gavin Luo</dc:creator>
		<pubDate>Wed, 27 Jul 2011 02:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-64125</guid>
		<description>??????????????</description>
		<content:encoded><![CDATA[<p>??????????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarod Ferguson</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-54101</link>
		<dc:creator>Jarod Ferguson</dc:creator>
		<pubDate>Sat, 27 Feb 2010 20:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-54101</guid>
		<description>&lt;a href=&quot;#comment-54021&quot; rel=&quot;nofollow&quot;&gt;@Scott Wade&lt;/a&gt; 
Awesome. I am looking forward to using InjectionFactory.</description>
		<content:encoded><![CDATA[<p><a href="#comment-54021" rel="nofollow">@Scott Wade</a><br />
Awesome. I am looking forward to using InjectionFactory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Wade</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-54021</link>
		<dc:creator>Scott Wade</dc:creator>
		<pubDate>Thu, 25 Feb 2010 20:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-54021</guid>
		<description>Thanks for the great post...came in very handy to clarify a few things I was fumbling around with prior to running across this clearly explained post.

With the Beta 1 release of Unity 2.0, I&#039;ve found that the WithContextLifetime method in the EFRepositoryExtension can utilize the new automatic factories functionality...and with an InjectionFactory be refactored into:

public IEFRepositoryExtension WithContextLifetime(LifetimeManager lifetimeManager)
{
     Container.RegisterType(new InjectionFactory(x =&gt; ContextResolver(x, lifetimeManager, _connection)));

     return this;
}

I&#039;ve had success thus far using the first beta of Unity 2.0, and look forward to utilizing it&#039;s expanded features along with greatly enhanced and expanded EF4 and on-going CTPs...

Thanks again for your posts, keep &#039;em coming!</description>
		<content:encoded><![CDATA[<p>Thanks for the great post&#8230;came in very handy to clarify a few things I was fumbling around with prior to running across this clearly explained post.</p>
<p>With the Beta 1 release of Unity 2.0, I&#8217;ve found that the WithContextLifetime method in the EFRepositoryExtension can utilize the new automatic factories functionality&#8230;and with an InjectionFactory be refactored into:</p>
<p>public IEFRepositoryExtension WithContextLifetime(LifetimeManager lifetimeManager)<br />
{<br />
     Container.RegisterType(new InjectionFactory(x =&gt; ContextResolver(x, lifetimeManager, _connection)));</p>
<p>     return this;<br />
}</p>
<p>I&#8217;ve had success thus far using the first beta of Unity 2.0, and look forward to utilizing it&#8217;s expanded features along with greatly enhanced and expanded EF4 and on-going CTPs&#8230;</p>
<p>Thanks again for your posts, keep &#8216;em coming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarod Ferguson</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-51740</link>
		<dc:creator>Jarod Ferguson</dc:creator>
		<pubDate>Tue, 22 Dec 2009 07:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-51740</guid>
		<description>@Higor I have uploaded the source code here:

http://guild3.com/files/samples/EFPoco.zip</description>
		<content:encoded><![CDATA[<p>@Higor I have uploaded the source code here:</p>
<p><a href="http://guild3.com/files/samples/EFPoco.zip" rel="nofollow">http://guild3.com/files/samples/EFPoco.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Higor</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-51710</link>
		<dc:creator>Higor</dc:creator>
		<pubDate>Mon, 21 Dec 2009 15:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-51710</guid>
		<description>Hello, Nice post. Do you have the changed source code? If so I&#039;d delighted if you could send me. 
thank you</description>
		<content:encoded><![CDATA[<p>Hello, Nice post. Do you have the changed source code? If so I&#8217;d delighted if you could send me.<br />
thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reflective Perspective - Chris Alcock &#187; The Morning Brew #499</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-51740</link>
		<dc:creator>Jarod Ferguson</dc:creator>
		<pubDate>Tue, 22 Dec 2009 07:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-51740</guid>
		<description>@Higor I have uploaded the source code here:

http://guild3.com/files/samples/EFPoco.zip</description>
		<content:encoded><![CDATA[<p>@Higor I have uploaded the source code here:</p>
<p><a href="http://guild3.com/files/samples/EFPoco.zip" rel="nofollow">http://guild3.com/files/samples/EFPoco.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comments on: Unity Extension for Entity Framework POCO Configuration, Repository and Unit of Work</title>
	<atom:link href="http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gavin Luo</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-64125</link>
		<dc:creator>Gavin Luo</dc:creator>
		<pubDate>Wed, 27 Jul 2011 02:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-64125</guid>
		<description>??????????????</description>
		<content:encoded><![CDATA[<p>??????????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarod Ferguson</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-54101</link>
		<dc:creator>Jarod Ferguson</dc:creator>
		<pubDate>Sat, 27 Feb 2010 20:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-54101</guid>
		<description>&lt;a href=&quot;#comment-54021&quot; rel=&quot;nofollow&quot;&gt;@Scott Wade&lt;/a&gt; 
Awesome. I am looking forward to using InjectionFactory.</description>
		<content:encoded><![CDATA[<p><a href="#comment-54021" rel="nofollow">@Scott Wade</a><br />
Awesome. I am looking forward to using InjectionFactory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Wade</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-54021</link>
		<dc:creator>Scott Wade</dc:creator>
		<pubDate>Thu, 25 Feb 2010 20:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-54021</guid>
		<description>Thanks for the great post...came in very handy to clarify a few things I was fumbling around with prior to running across this clearly explained post.

With the Beta 1 release of Unity 2.0, I&#039;ve found that the WithContextLifetime method in the EFRepositoryExtension can utilize the new automatic factories functionality...and with an InjectionFactory be refactored into:

public IEFRepositoryExtension WithContextLifetime(LifetimeManager lifetimeManager)
{
     Container.RegisterType(new InjectionFactory(x =&gt; ContextResolver(x, lifetimeManager, _connection)));

     return this;
}

I&#039;ve had success thus far using the first beta of Unity 2.0, and look forward to utilizing it&#039;s expanded features along with greatly enhanced and expanded EF4 and on-going CTPs...

Thanks again for your posts, keep &#039;em coming!</description>
		<content:encoded><![CDATA[<p>Thanks for the great post&#8230;came in very handy to clarify a few things I was fumbling around with prior to running across this clearly explained post.</p>
<p>With the Beta 1 release of Unity 2.0, I&#8217;ve found that the WithContextLifetime method in the EFRepositoryExtension can utilize the new automatic factories functionality&#8230;and with an InjectionFactory be refactored into:</p>
<p>public IEFRepositoryExtension WithContextLifetime(LifetimeManager lifetimeManager)<br />
{<br />
     Container.RegisterType(new InjectionFactory(x =&gt; ContextResolver(x, lifetimeManager, _connection)));</p>
<p>     return this;<br />
}</p>
<p>I&#8217;ve had success thus far using the first beta of Unity 2.0, and look forward to utilizing it&#8217;s expanded features along with greatly enhanced and expanded EF4 and on-going CTPs&#8230;</p>
<p>Thanks again for your posts, keep &#8216;em coming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarod Ferguson</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-51740</link>
		<dc:creator>Jarod Ferguson</dc:creator>
		<pubDate>Tue, 22 Dec 2009 07:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-51740</guid>
		<description>@Higor I have uploaded the source code here:

http://guild3.com/files/samples/EFPoco.zip</description>
		<content:encoded><![CDATA[<p>@Higor I have uploaded the source code here:</p>
<p><a href="http://guild3.com/files/samples/EFPoco.zip" rel="nofollow">http://guild3.com/files/samples/EFPoco.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Higor</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-51710</link>
		<dc:creator>Higor</dc:creator>
		<pubDate>Mon, 21 Dec 2009 15:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-51710</guid>
		<description>Hello, Nice post. Do you have the changed source code? If so I&#039;d delighted if you could send me. 
thank you</description>
		<content:encoded><![CDATA[<p>Hello, Nice post. Do you have the changed source code? If so I&#8217;d delighted if you could send me.<br />
thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reflective Perspective - Chris Alcock &#187; The Morning Brew #499</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-51710</link>
		<dc:creator>Higor</dc:creator>
		<pubDate>Mon, 21 Dec 2009 15:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-51710</guid>
		<description>Hello, Nice post. Do you have the changed source code? If so I&#039;d delighted if you could send me. 
thank you</description>
		<content:encoded><![CDATA[<p>Hello, Nice post. Do you have the changed source code? If so I&#8217;d delighted if you could send me.<br />
thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comments on: Unity Extension for Entity Framework POCO Configuration, Repository and Unit of Work</title>
	<atom:link href="http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gavin Luo</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-64125</link>
		<dc:creator>Gavin Luo</dc:creator>
		<pubDate>Wed, 27 Jul 2011 02:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-64125</guid>
		<description>??????????????</description>
		<content:encoded><![CDATA[<p>??????????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarod Ferguson</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-54101</link>
		<dc:creator>Jarod Ferguson</dc:creator>
		<pubDate>Sat, 27 Feb 2010 20:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-54101</guid>
		<description>&lt;a href=&quot;#comment-54021&quot; rel=&quot;nofollow&quot;&gt;@Scott Wade&lt;/a&gt; 
Awesome. I am looking forward to using InjectionFactory.</description>
		<content:encoded><![CDATA[<p><a href="#comment-54021" rel="nofollow">@Scott Wade</a><br />
Awesome. I am looking forward to using InjectionFactory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Wade</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-54021</link>
		<dc:creator>Scott Wade</dc:creator>
		<pubDate>Thu, 25 Feb 2010 20:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-54021</guid>
		<description>Thanks for the great post...came in very handy to clarify a few things I was fumbling around with prior to running across this clearly explained post.

With the Beta 1 release of Unity 2.0, I&#039;ve found that the WithContextLifetime method in the EFRepositoryExtension can utilize the new automatic factories functionality...and with an InjectionFactory be refactored into:

public IEFRepositoryExtension WithContextLifetime(LifetimeManager lifetimeManager)
{
     Container.RegisterType(new InjectionFactory(x =&gt; ContextResolver(x, lifetimeManager, _connection)));

     return this;
}

I&#039;ve had success thus far using the first beta of Unity 2.0, and look forward to utilizing it&#039;s expanded features along with greatly enhanced and expanded EF4 and on-going CTPs...

Thanks again for your posts, keep &#039;em coming!</description>
		<content:encoded><![CDATA[<p>Thanks for the great post&#8230;came in very handy to clarify a few things I was fumbling around with prior to running across this clearly explained post.</p>
<p>With the Beta 1 release of Unity 2.0, I&#8217;ve found that the WithContextLifetime method in the EFRepositoryExtension can utilize the new automatic factories functionality&#8230;and with an InjectionFactory be refactored into:</p>
<p>public IEFRepositoryExtension WithContextLifetime(LifetimeManager lifetimeManager)<br />
{<br />
     Container.RegisterType(new InjectionFactory(x =&gt; ContextResolver(x, lifetimeManager, _connection)));</p>
<p>     return this;<br />
}</p>
<p>I&#8217;ve had success thus far using the first beta of Unity 2.0, and look forward to utilizing it&#8217;s expanded features along with greatly enhanced and expanded EF4 and on-going CTPs&#8230;</p>
<p>Thanks again for your posts, keep &#8216;em coming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarod Ferguson</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-51740</link>
		<dc:creator>Jarod Ferguson</dc:creator>
		<pubDate>Tue, 22 Dec 2009 07:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-51740</guid>
		<description>@Higor I have uploaded the source code here:

http://guild3.com/files/samples/EFPoco.zip</description>
		<content:encoded><![CDATA[<p>@Higor I have uploaded the source code here:</p>
<p><a href="http://guild3.com/files/samples/EFPoco.zip" rel="nofollow">http://guild3.com/files/samples/EFPoco.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Higor</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-51710</link>
		<dc:creator>Higor</dc:creator>
		<pubDate>Mon, 21 Dec 2009 15:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-51710</guid>
		<description>Hello, Nice post. Do you have the changed source code? If so I&#039;d delighted if you could send me. 
thank you</description>
		<content:encoded><![CDATA[<p>Hello, Nice post. Do you have the changed source code? If so I&#8217;d delighted if you could send me.<br />
thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reflective Perspective - Chris Alcock &#187; The Morning Brew #499</title>
		<link>http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/comment-page-1/#comment-51471</link>
		<dc:creator>Reflective Perspective - Chris Alcock &#187; The Morning Brew #499</dc:creator>
		<pubDate>Wed, 16 Dec 2009 08:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/#comment-51471</guid>
		<description>[...] Entity Framework POCO (EF4): A Simple Mapping - Jarod Ferguson takes a look at the code only mapping functionality available in Entity Framework 4 working from nothing to some working EF code. In his next post in this series he look at creating a Generic Repository and Unit of Work Prototype, and in his latest post looks at using the Unity library to introduce some DI/IOC capabilities - Unity Extension for Entity Framework POCO Configuration, Repository and Unit of Work [...]</description>
		<content:encoded><![CDATA[<p>[...] Entity Framework POCO (EF4): A Simple Mapping &#8211; Jarod Ferguson takes a look at the code only mapping functionality available in Entity Framework 4 working from nothing to some working EF code. In his next post in this series he look at creating a Generic Repository and Unit of Work Prototype, and in his latest post looks at using the Unity library to introduce some DI/IOC capabilities &#8211; Unity Extension for Entity Framework POCO Configuration, Repository and Unit of Work [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

