<?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: My thoughts about IRepository&lt;T&gt;</title>
	<atom:link href="http://www.noctovis.net/blog/index.php/2009/01/22/my-thoughts-about-irepository/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.noctovis.net/blog/index.php/2009/01/22/my-thoughts-about-irepository/</link>
	<description>A night's vision on .NET</description>
	<lastBuildDate>Sat, 17 Oct 2009 11:00:07 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mark Nijhof</title>
		<link>http://www.noctovis.net/blog/index.php/2009/01/22/my-thoughts-about-irepository/comment-page-1/#comment-45</link>
		<dc:creator>Mark Nijhof</dc:creator>
		<pubDate>Tue, 27 Jan 2009 17:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.noctovis.net/blog/?p=75#comment-45</guid>
		<description>Wouldn&#039;t you say that having this: &quot;adjust the properties you want, and call the Save-method&quot; login in the repository is wrong as it is more a business rule? Also now that NHibernate is implementing the Linq adapter there is no more custom NHibernate code in the client code needed (perhaps still for more complex stuff). Great read anyway!</description>
		<content:encoded><![CDATA[<p>Wouldn&#8217;t you say that having this: &#8220;adjust the properties you want, and call the Save-method&#8221; login in the repository is wrong as it is more a business rule? Also now that NHibernate is implementing the Linq adapter there is no more custom NHibernate code in the client code needed (perhaps still for more complex stuff). Great read anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laila</title>
		<link>http://www.noctovis.net/blog/index.php/2009/01/22/my-thoughts-about-irepository/comment-page-1/#comment-34</link>
		<dc:creator>Laila</dc:creator>
		<pubDate>Mon, 26 Jan 2009 16:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.noctovis.net/blog/?p=75#comment-34</guid>
		<description>@Arif: That&#039;s indeed another possibility, but I think that&#039;s just an implementation detail. My main goal was to hide the Repository&lt;T&gt; from your clients :)</description>
		<content:encoded><![CDATA[<p>@Arif: That&#8217;s indeed another possibility, but I think that&#8217;s just an implementation detail. My main goal was to hide the Repository&lt;T&gt; from your clients <img src='http://www.noctovis.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arif</title>
		<link>http://www.noctovis.net/blog/index.php/2009/01/22/my-thoughts-about-irepository/comment-page-1/#comment-33</link>
		<dc:creator>Arif</dc:creator>
		<pubDate>Mon, 26 Jan 2009 14:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.noctovis.net/blog/?p=75#comment-33</guid>
		<description>Interesting but I think I like the idea of making the generic repository an intneral field of a DDD-repository much better. See http://codebetter.com/blogs/gregyoung/archive/2009/01/16/ddd-the-generic-repository.aspx</description>
		<content:encoded><![CDATA[<p>Interesting but I think I like the idea of making the generic repository an intneral field of a DDD-repository much better. See <a href="http://codebetter.com/blogs/gregyoung/archive/2009/01/16/ddd-the-generic-repository.aspx" rel="nofollow">http://codebetter.com/blogs/gregyoung/archive/2009/01/16/ddd-the-generic-repository.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davy Brion</title>
		<link>http://www.noctovis.net/blog/index.php/2009/01/22/my-thoughts-about-irepository/comment-page-1/#comment-32</link>
		<dc:creator>Davy Brion</dc:creator>
		<pubDate>Sat, 24 Jan 2009 14:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.noctovis.net/blog/?p=75#comment-32</guid>
		<description>I do pretty much the exact same thing :)

except my consumers of the repositories can&#039;t instantiate it and have their reference to it injected</description>
		<content:encoded><![CDATA[<p>I do pretty much the exact same thing <img src='http://www.noctovis.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>except my consumers of the repositories can&#8217;t instantiate it and have their reference to it injected</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotNetShoutout</title>
		<link>http://www.noctovis.net/blog/index.php/2009/01/22/my-thoughts-about-irepository/comment-page-1/#comment-31</link>
		<dc:creator>DotNetShoutout</dc:creator>
		<pubDate>Sat, 24 Jan 2009 09:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.noctovis.net/blog/?p=75#comment-31</guid>
		<description>&lt;strong&gt;Nocturn vision  » Blog Archive   » My thoughts about IRepository...&lt;/strong&gt;

Thank you for submitting this cool story - Trackback from DotNetShoutout...</description>
		<content:encoded><![CDATA[<p><strong>Nocturn vision  » Blog Archive   » My thoughts about IRepository&#8230;</strong></p>
<p>Thank you for submitting this cool story &#8211; Trackback from DotNetShoutout&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop - January 23, 2009 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://www.noctovis.net/blog/index.php/2009/01/22/my-thoughts-about-irepository/comment-page-1/#comment-30</link>
		<dc:creator>Dew Drop - January 23, 2009 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Fri, 23 Jan 2009 15:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.noctovis.net/blog/?p=75#comment-30</guid>
		<description>[...] My Thoughts About IRepository (Laila Bougria) [...]</description>
		<content:encoded><![CDATA[<p>[...] My Thoughts About IRepository (Laila Bougria) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
