<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CodeItNow &#187; C# 3.5</title>
	<atom:link href="http://www.rorydriscoll.com/category/c-35/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rorydriscoll.com</link>
	<description></description>
	<lastBuildDate>Sun, 31 Jan 2010 20:38:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Counting Objects In A List in C# 3.5</title>
		<link>http://www.rorydriscoll.com/2008/07/18/counting-objects-in-a-list-in-c-35/</link>
		<comments>http://www.rorydriscoll.com/2008/07/18/counting-objects-in-a-list-in-c-35/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 20:22:49 +0000</pubDate>
		<dc:creator>rory</dc:creator>
				<category><![CDATA[C# 3.5]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.rorydriscoll.com/?p=29</guid>
		<description><![CDATA[While I was reading through some C# 2.0 code that a friend of mine wrote, I noticed that he was finding some objects in a List using a foreach loop. As soon as I saw that, I thought to myself that I would probably have done that using FindAll with an anonymous delegate. That got [...]]]></description>
		<wfw:commentRss>http://www.rorydriscoll.com/2008/07/18/counting-objects-in-a-list-in-c-35/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
