<?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: Using C# Yield for Readability and Performance</title>
	<atom:link href="http://www.ytechie.com/2009/02/using-c-yield-for-readability-and-performance.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ytechie.com/2009/02/using-c-yield-for-readability-and-performance.html</link>
	<description>Productive software development using ASP.NET, C#, Adobe Flex, and other technologies and tools.</description>
	<lastBuildDate>Fri, 03 Feb 2012 08:52:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Matt</title>
		<link>http://www.ytechie.com/2009/02/using-c-yield-for-readability-and-performance.html/comment-page-1#comment-1924</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 19 Jan 2012 19:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2009/02/using-c-yield-for-readability-and-performance.html#comment-1924</guid>
		<description>Still don&#039;t understand what yield is supposed to do.  Sounds terribly inefficient, why would I want to pull records 1 at a time?  I can&#039;t more forward until I have all the results anyway.</description>
		<content:encoded><![CDATA[<p>Still don&#8217;t understand what yield is supposed to do.  Sounds terribly inefficient, why would I want to pull records 1 at a time?  I can&#8217;t more forward until I have all the results anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.ytechie.com/2009/02/using-c-yield-for-readability-and-performance.html/comment-page-1#comment-1912</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 24 Sep 2011 03:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2009/02/using-c-yield-for-readability-and-performance.html#comment-1912</guid>
		<description>Thanks! I wish I found this post 2.5 years ago when you wrote it, but I am glad I found it now.  You explained this quite simply!</description>
		<content:encoded><![CDATA[<p>Thanks! I wish I found this post 2.5 years ago when you wrote it, but I am glad I found it now.  You explained this quite simply!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shefeek</title>
		<link>http://www.ytechie.com/2009/02/using-c-yield-for-readability-and-performance.html/comment-page-1#comment-1873</link>
		<dc:creator>shefeek</dc:creator>
		<pubDate>Tue, 26 Jul 2011 12:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2009/02/using-c-yield-for-readability-and-performance.html#comment-1873</guid>
		<description>Good post dude..
I dont know why you put the conclusion on performance in agnostic way. 
Just like justin said there are  areas that we need to use to improve the performance.
Thanks,
shef</description>
		<content:encoded><![CDATA[<p>Good post dude..<br />
I dont know why you put the conclusion on performance in agnostic way.<br />
Just like justin said there are  areas that we need to use to improve the performance.<br />
Thanks,<br />
shef</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jayasuthan</title>
		<link>http://www.ytechie.com/2009/02/using-c-yield-for-readability-and-performance.html/comment-page-1#comment-1872</link>
		<dc:creator>jayasuthan</dc:creator>
		<pubDate>Fri, 22 Jul 2011 10:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2009/02/using-c-yield-for-readability-and-performance.html#comment-1872</guid>
		<description>The purpose of the yield is only to inform to the compiler that the foreach loop in the function called from inside the foreach loop is not finished. 

   Other wise it will execute the whole coding in that function</description>
		<content:encoded><![CDATA[<p>The purpose of the yield is only to inform to the compiler that the foreach loop in the function called from inside the foreach loop is not finished. </p>
<p>   Other wise it will execute the whole coding in that function</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.ytechie.com/2009/02/using-c-yield-for-readability-and-performance.html/comment-page-1#comment-1855</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Fri, 17 Jun 2011 01:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2009/02/using-c-yield-for-readability-and-performance.html#comment-1855</guid>
		<description>Thanks for this I too read about yield a few times in the past and didn&#039;t understand it although that was before I was using lots of Generics and Linq. This example makes it easy to understand.</description>
		<content:encoded><![CDATA[<p>Thanks for this I too read about yield a few times in the past and didn&#8217;t understand it although that was before I was using lots of Generics and Linq. This example makes it easy to understand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunil Chitrapu</title>
		<link>http://www.ytechie.com/2009/02/using-c-yield-for-readability-and-performance.html/comment-page-1#comment-1845</link>
		<dc:creator>Sunil Chitrapu</dc:creator>
		<pubDate>Mon, 02 May 2011 14:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2009/02/using-c-yield-for-readability-and-performance.html#comment-1845</guid>
		<description>Very useful information

Thanks for the post</description>
		<content:encoded><![CDATA[<p>Very useful information</p>
<p>Thanks for the post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjay Patolia</title>
		<link>http://www.ytechie.com/2009/02/using-c-yield-for-readability-and-performance.html/comment-page-1#comment-1831</link>
		<dc:creator>Sanjay Patolia</dc:creator>
		<pubDate>Fri, 18 Feb 2011 12:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2009/02/using-c-yield-for-readability-and-performance.html#comment-1831</guid>
		<description>Nice post.

Thanks</description>
		<content:encoded><![CDATA[<p>Nice post.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck Norris</title>
		<link>http://www.ytechie.com/2009/02/using-c-yield-for-readability-and-performance.html/comment-page-1#comment-1825</link>
		<dc:creator>Chuck Norris</dc:creator>
		<pubDate>Mon, 07 Feb 2011 16:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2009/02/using-c-yield-for-readability-and-performance.html#comment-1825</guid>
		<description>omfg, I misread &quot;FindBobs&quot; and thought of something inappropriate for a moment =)
other than that excellent example!</description>
		<content:encoded><![CDATA[<p>omfg, I misread &#8220;FindBobs&#8221; and thought of something inappropriate for a moment =)<br />
other than that excellent example!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Runcust</title>
		<link>http://www.ytechie.com/2009/02/using-c-yield-for-readability-and-performance.html/comment-page-1#comment-1811</link>
		<dc:creator>Runcust</dc:creator>
		<pubDate>Tue, 21 Dec 2010 18:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2009/02/using-c-yield-for-readability-and-performance.html#comment-1811</guid>
		<description>Good job explaining this topic. Great!!! I have been looking at so many other examples etc. and was still a little confused. THANKS!!!!</description>
		<content:encoded><![CDATA[<p>Good job explaining this topic. Great!!! I have been looking at so many other examples etc. and was still a little confused. THANKS!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niels R.</title>
		<link>http://www.ytechie.com/2009/02/using-c-yield-for-readability-and-performance.html/comment-page-1#comment-1798</link>
		<dc:creator>Niels R.</dc:creator>
		<pubDate>Fri, 19 Nov 2010 13:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2009/02/using-c-yield-for-readability-and-performance.html#comment-1798</guid>
		<description>At the above user: Too bad, but this will not work. &quot;yield&quot; must be used inside an iteration... ;o)

I like the idea of your comment, though!</description>
		<content:encoded><![CDATA[<p>At the above user: Too bad, but this will not work. &#8220;yield&#8221; must be used inside an iteration&#8230; ;o)</p>
<p>I like the idea of your comment, though!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

