<?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: LINQ to SQL and Entity Framework as Internal Object Databases</title>
	<atom:link href="http://wizardsofsmart.net/patterns/linq-to-sql-and-entity-framework-as-internal-object-databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://wizardsofsmart.net/patterns/linq-to-sql-and-entity-framework-as-internal-object-databases/</link>
	<description>.NET Design Patterns</description>
	<lastBuildDate>Fri, 25 Jun 2010 20:49:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
	<item>
		<title>By: Dennison Uy</title>
		<link>http://wizardsofsmart.net/patterns/linq-to-sql-and-entity-framework-as-internal-object-databases/comment-page-1/#comment-9</link>
		<dc:creator>Dennison Uy</dc:creator>
		<pubDate>Tue, 12 May 2009 04:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://wizardsofsmart.net/?p=118#comment-9</guid>
		<description>@Riles I suggest looking into Castle Project&#039;s ActiveRecord, which is built on top of NHibernate</description>
		<content:encoded><![CDATA[<p>@Riles I suggest looking into Castle Project&#039;s ActiveRecord, which is built on top of NHibernate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: riles</title>
		<link>http://wizardsofsmart.net/patterns/linq-to-sql-and-entity-framework-as-internal-object-databases/comment-page-1/#comment-8</link>
		<dc:creator>riles</dc:creator>
		<pubDate>Sat, 28 Mar 2009 13:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://wizardsofsmart.net/?p=118#comment-8</guid>
		<description>Ben, you make an excellent point, and one I&#039;ve conceded to JB, as well. I hadn&#039;t thought of it in terms of the Proxy pattern previously, but that&#039;s certainly a valid reason. I&#039;ve also come around to enjoying &quot;Fluent NHibernate&quot;:http://fluentnhibernate.org/.</description>
		<content:encoded><![CDATA[<p>Ben, you make an excellent point, and one I&#8217;ve conceded to JB, as well. I hadn&#8217;t thought of it in terms of the Proxy pattern previously, but that&#8217;s certainly a valid reason. I&#8217;ve also come around to enjoying &#8220;Fluent NHibernate&#8221;:http://fluentnhibernate.org/.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Scheirman</title>
		<link>http://wizardsofsmart.net/patterns/linq-to-sql-and-entity-framework-as-internal-object-databases/comment-page-1/#comment-7</link>
		<dc:creator>Ben Scheirman</dc:creator>
		<pubDate>Tue, 17 Mar 2009 19:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://wizardsofsmart.net/?p=118#comment-7</guid>
		<description>I don&#039;t mind making my entities virtual if I intend to fully take advantage of lazy loading.  But virtual != persistence concern.

It&#039;s just a fact that that my persistence strategy needs that if I am to use lazy loading.

I&#039;m not inheriting a base class or cluttering my class with attributes.  I&#039;m simply opening up my class for extension.  That&#039;s not a persistence concern.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t mind making my entities virtual if I intend to fully take advantage of lazy loading.  But virtual != persistence concern.</p>
<p>It&#8217;s just a fact that that my persistence strategy needs that if I am to use lazy loading.</p>
<p>I&#8217;m not inheriting a base class or cluttering my class with attributes.  I&#8217;m simply opening up my class for extension.  That&#8217;s not a persistence concern.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
