<?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: You don&#8217;t always need a lambda expression</title>
	<atom:link href="http://togaroga.com/2009/11/you-dont-always-need-a-lambda-expression/feed/" rel="self" type="application/rss+xml" />
	<link>http://togaroga.com/2009/11/you-dont-always-need-a-lambda-expression/</link>
	<description>Andrew Hare&#039;s coding blog</description>
	<lastBuildDate>Thu, 14 Apr 2011 13:45:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Bones</title>
		<link>http://togaroga.com/2009/11/you-dont-always-need-a-lambda-expression/comment-page-1/#comment-319</link>
		<dc:creator>Bones</dc:creator>
		<pubDate>Wed, 13 Apr 2011 11:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://togaroga.com/blog/?p=204#comment-319</guid>
		<description>&lt;p&gt;You&#039;ve hit the ball out the park! Icrndeible!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You&#8217;ve hit the ball out the park! Icrndeible!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://togaroga.com/2009/11/you-dont-always-need-a-lambda-expression/comment-page-1/#comment-233</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 26 May 2010 14:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://togaroga.com/blog/?p=204#comment-233</guid>
		<description>&lt;p&gt;Delete all files on your C drive:&lt;/p&gt;

&lt;p&gt;Directory.GetFiles(&quot;C:&#092;&#092;&quot;, &quot;&lt;em&gt;.&lt;/em&gt;&quot;, SearchOption.AllDirectories).ToList().ForEach(File.Delete);&lt;/p&gt;

&lt;p&gt;I&#039;m kidding of course, as you&#039;ll get all kinds of security issues, but cool nonetheless :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Delete all files on your C drive:</p>

<p>Directory.GetFiles(&#8220;C:&#92;&#92;&#8221;, &#8220;<em>.</em>&#8220;, SearchOption.AllDirectories).ToList().ForEach(File.Delete);</p>

<p>I&#8217;m kidding of course, as you&#8217;ll get all kinds of security issues, but cool nonetheless :-)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://togaroga.com/2009/11/you-dont-always-need-a-lambda-expression/comment-page-1/#comment-211</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 28 Apr 2010 16:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://togaroga.com/blog/?p=204#comment-211</guid>
		<description>&lt;p&gt;@David Kemp - No, I didn&#039;t know that! Very cool!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@David Kemp &#8211; No, I didn&#8217;t know that! Very cool!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: David Kemp</title>
		<link>http://togaroga.com/2009/11/you-dont-always-need-a-lambda-expression/comment-page-1/#comment-210</link>
		<dc:creator>David Kemp</dc:creator>
		<pubDate>Wed, 28 Apr 2010 16:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://togaroga.com/blog/?p=204#comment-210</guid>
		<description>&lt;p&gt;You know that ReSharper suggests this fix?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You know that ReSharper suggests this fix?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Chandler</title>
		<link>http://togaroga.com/2009/11/you-dont-always-need-a-lambda-expression/comment-page-1/#comment-182</link>
		<dc:creator>Michael Chandler</dc:creator>
		<pubDate>Sun, 25 Apr 2010 09:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://togaroga.com/blog/?p=204#comment-182</guid>
		<description>&lt;p&gt;Personally I prefer the first example. It&#039;s more explicit. I like explicitness!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Personally I prefer the first example. It&#8217;s more explicit. I like explicitness!</p>]]></content:encoded>
	</item>
</channel>
</rss>

