<?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 bites back</title>
	<atom:link href="http://blog.brianhartsock.com/2008/08/07/linq-bites-back/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.brianhartsock.com/2008/08/07/linq-bites-back/</link>
	<description>The exciting life of a software developer and nerd</description>
	<pubDate>Tue, 06 Jan 2009 20:09:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lamar</title>
		<link>http://blog.brianhartsock.com/2008/08/07/linq-bites-back/comment-page-1/#comment-467</link>
		<dc:creator>Lamar</dc:creator>
		<pubDate>Wed, 27 Aug 2008 18:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brianhartsock.com/?p=114#comment-467</guid>
		<description>LINQ..... *sigh*</description>
		<content:encoded><![CDATA[<p>LINQ&#8230;.. *sigh*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bhartsock</title>
		<link>http://blog.brianhartsock.com/2008/08/07/linq-bites-back/comment-page-1/#comment-465</link>
		<dc:creator>bhartsock</dc:creator>
		<pubDate>Mon, 11 Aug 2008 20:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brianhartsock.com/?p=114#comment-465</guid>
		<description>Ya.  A co-worker informed me of this behavior, which makes complete sense.  It is just a little scary for the ignorant, because it allows code to be written that works yet behaves differently than might be expected.</description>
		<content:encoded><![CDATA[<p>Ya.  A co-worker informed me of this behavior, which makes complete sense.  It is just a little scary for the ignorant, because it allows code to be written that works yet behaves differently than might be expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LINQ Master</title>
		<link>http://blog.brianhartsock.com/2008/08/07/linq-bites-back/comment-page-1/#comment-464</link>
		<dc:creator>LINQ Master</dc:creator>
		<pubDate>Sat, 09 Aug 2008 23:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brianhartsock.com/?p=114#comment-464</guid>
		<description>This is because of deferred execution, and the fact that unless you call an enumerator, it will always re-execute the linq query. You can read more about this at:
&lt;a href="http://blog.linqexchange.com/post/2008/05/LINQ---ToList.aspx" rel="nofollow"&gt;Using LINQ to Convert an IENumerable to a List&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>This is because of deferred execution, and the fact that unless you call an enumerator, it will always re-execute the linq query. You can read more about this at:<br />
<a href="http://blog.linqexchange.com/post/2008/05/LINQ---ToList.aspx" rel="nofollow">Using LINQ to Convert an IENumerable to a List</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 4.230 seconds -->
