<?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 &amp; Entity Framework Pitfalls</title>
	<atom:link href="http://www.ytechie.com/2009/09/linq-to-sql-entity-framework-pitfalls.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ytechie.com/2009/09/linq-to-sql-entity-framework-pitfalls.html</link>
	<description>Productive software development using ASP.NET, C#, Adobe Flex, and other technologies and tools.</description>
	<lastBuildDate>Thu, 09 Sep 2010 10:53:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: corey coogan</title>
		<link>http://www.ytechie.com/2009/09/linq-to-sql-entity-framework-pitfalls.html/comment-page-1#comment-1611</link>
		<dc:creator>corey coogan</dc:creator>
		<pubDate>Fri, 02 Oct 2009 13:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2009/09/linq-to-sql-entity-framework-pitfalls.html#comment-1611</guid>
		<description>No HTML encoding...

&lt;property name=&quot;hibernate.adonet.batch_size&quot;&gt;25&lt;/property&gt;</description>
		<content:encoded><![CDATA[<p>No HTML encoding&#8230;</p>
<p>&lt;property name=&#8221;hibernate.adonet.batch_size&#8221;&gt;25&lt;/property&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: corey coogan</title>
		<link>http://www.ytechie.com/2009/09/linq-to-sql-entity-framework-pitfalls.html/comment-page-1#comment-1610</link>
		<dc:creator>corey coogan</dc:creator>
		<pubDate>Fri, 02 Oct 2009 13:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2009/09/linq-to-sql-entity-framework-pitfalls.html#comment-1610</guid>
		<description>Batch updates are in NH and configured through a property.

25</description>
		<content:encoded><![CDATA[<p>Batch updates are in NH and configured through a property.</p>
<p>25</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart Czernicki</title>
		<link>http://www.ytechie.com/2009/09/linq-to-sql-entity-framework-pitfalls.html/comment-page-1#comment-1609</link>
		<dc:creator>Bart Czernicki</dc:creator>
		<pubDate>Fri, 02 Oct 2009 01:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2009/09/linq-to-sql-entity-framework-pitfalls.html#comment-1609</guid>
		<description>An alternative approach is to use the Linq2Sql/EF to simply retrieve the relevant objects and perform the aggregation/nesting/pivoting in memory on the data objects.  I found this approach to be over 10x faster in data-read scenarios.

This eliminates the &quot;nasty sql&quot; that you speak of.

@Corey,

NH has its own set of issues and some performance problems that are still being worked out.  I believe that batch updates are still not supported (?)</description>
		<content:encoded><![CDATA[<p>An alternative approach is to use the Linq2Sql/EF to simply retrieve the relevant objects and perform the aggregation/nesting/pivoting in memory on the data objects.  I found this approach to be over 10x faster in data-read scenarios.</p>
<p>This eliminates the &#8220;nasty sql&#8221; that you speak of.</p>
<p>@Corey,</p>
<p>NH has its own set of issues and some performance problems that are still being worked out.  I believe that batch updates are still not supported (?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: corey coogan</title>
		<link>http://www.ytechie.com/2009/09/linq-to-sql-entity-framework-pitfalls.html/comment-page-1#comment-1608</link>
		<dc:creator>corey coogan</dc:creator>
		<pubDate>Thu, 01 Oct 2009 19:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2009/09/linq-to-sql-entity-framework-pitfalls.html#comment-1608</guid>
		<description>Nice post Jason.  I stay away from Linq to SQL and EF like the plague but have been using Linq to NH and other providers.  You&#039;ve helped remind me to keep these things in mind, especially after seeing the exception you got with the 1==2 clause.  I would have expected to at least see 0 if not null.</description>
		<content:encoded><![CDATA[<p>Nice post Jason.  I stay away from Linq to SQL and EF like the plague but have been using Linq to NH and other providers.  You&#8217;ve helped remind me to keep these things in mind, especially after seeing the exception you got with the 1==2 clause.  I would have expected to at least see 0 if not null.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
