<?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: Deferred execution gotchas</title>
	<atom:link href="http://lostechies.com/jimmybogard/2008/08/13/deferred-execution-gotchas/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2008/08/13/deferred-execution-gotchas/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Thu, 23 May 2013 23:40:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Colin Jack</title>
		<link>http://lostechies.com/jimmybogard/2008/08/13/deferred-execution-gotchas/#comment-776</link>
		<dc:creator>Colin Jack</dc:creator>
		<pubDate>Wed, 13 Aug 2008 14:05:06 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/08/13/deferred-execution-gotchas.aspx#comment-776</guid>
		<description>This stuff is so annoying, myself and a colleague just debugged a piece of legacy code that used yield after printing to console and connecting to DB directly and couldn&#039;t work out why we couldn&#039;t step into the method. 

Took us quite a few minutes to work out it was the yield and the fact that we weren&#039;t iterating through the returned IEnumerable that was the problem, very annoying!</description>
		<content:encoded><![CDATA[<p>This stuff is so annoying, myself and a colleague just debugged a piece of legacy code that used yield after printing to console and connecting to DB directly and couldn&#8217;t work out why we couldn&#8217;t step into the method. </p>
<p>Took us quite a few minutes to work out it was the yield and the fact that we weren&#8217;t iterating through the returned IEnumerable that was the problem, very annoying!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Ritchie</title>
		<link>http://lostechies.com/jimmybogard/2008/08/13/deferred-execution-gotchas/#comment-775</link>
		<dc:creator>Peter Ritchie</dc:creator>
		<pubDate>Wed, 13 Aug 2008 13:42:15 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/08/13/deferred-execution-gotchas.aspx#comment-775</guid>
		<description>Very similar to a post by Greg Young: http://codebetter.com/blogs/gregyoung/archive/2008/01/17/quick-rant.aspx
</description>
		<content:encoded><![CDATA[<p>Very similar to a post by Greg Young: <a href="http://codebetter.com/blogs/gregyoung/archive/2008/01/17/quick-rant.aspx" rel="nofollow">http://codebetter.com/blogs/gregyoung/archive/2008/01/17/quick-rant.aspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
