<?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: C# Coding; Missing Functions on IEnumerable</title>
	<atom:link href="http://www.stevecooper.org/2008/01/03/c-coding-missing-functions-on-ienumerable/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevecooper.org/2008/01/03/c-coding-missing-functions-on-ienumerable/</link>
	<description>Programming, writing, programming about writing.</description>
	<pubDate>Fri, 12 Mar 2010 14:07:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Converting IEnumerable to a Comma-Delimited String &#171; Infovark Underground</title>
		<link>http://www.stevecooper.org/2008/01/03/c-coding-missing-functions-on-ienumerable/comment-page-1/#comment-6692</link>
		<dc:creator>Converting IEnumerable to a Comma-Delimited String &#171; Infovark Underground</dc:creator>
		<pubDate>Tue, 02 Sep 2008 18:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevecooper.org/2008/01/03/c-coding-missing-functions-on-ienumerable/#comment-6692</guid>
		<description>&lt;p&gt;[...] you need a LINQ-free version for backward compatibility, check out Missing Functions on IEnumerable on Steve Cooper&#8217;s [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] you need a LINQ-free version for backward compatibility, check out Missing Functions on IEnumerable on Steve Cooper&#8217;s [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.stevecooper.org/2008/01/03/c-coding-missing-functions-on-ienumerable/comment-page-1/#comment-77</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 22 Feb 2008 16:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevecooper.org/2008/01/03/c-coding-missing-functions-on-ienumerable/#comment-77</guid>
		<description>&lt;p&gt;Hi! The LINQ libraries aren't available if, like me, you're deploying to .net 2.0 but using C#3. So I didn't know. Thanks for the pointer!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi! The LINQ libraries aren&#8217;t available if, like me, you&#8217;re deploying to .net 2.0 but using C#3. So I didn&#8217;t know. Thanks for the pointer!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.stevecooper.org/2008/01/03/c-coding-missing-functions-on-ienumerable/comment-page-1/#comment-76</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 22 Feb 2008 13:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevecooper.org/2008/01/03/c-coding-missing-functions-on-ienumerable/#comment-76</guid>
		<description>&lt;p&gt;Oh and Reduce is Aggregate, the code is exactly the same :P&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oh and Reduce is Aggregate, the code is exactly the same <img src='http://www.stevecooper.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.stevecooper.org/2008/01/03/c-coding-missing-functions-on-ienumerable/comment-page-1/#comment-75</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 22 Feb 2008 13:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevecooper.org/2008/01/03/c-coding-missing-functions-on-ienumerable/#comment-75</guid>
		<description>&lt;p&gt;Your Filter method is just the same as Where which is already in LINQ, and the Map method is just the same as Select ;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Your Filter method is just the same as Where which is already in LINQ, and the Map method is just the same as Select <img src='http://www.stevecooper.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
</channel>
</rss>
