<?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: System.Linq.Enumerable.Any &#8211; Better Know an Extension Method Part 3</title>
	<atom:link href="http://www.bleevo.com/2009/02/system-linq-enumerable-any-better-know-an-extension-method-part-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bleevo.com/2009/02/system-linq-enumerable-any-better-know-an-extension-method-part-3/</link>
	<description>Software, Business &#38; Life</description>
	<lastBuildDate>Tue, 20 Apr 2010 20:11:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jef Claes</title>
		<link>http://www.bleevo.com/2009/02/system-linq-enumerable-any-better-know-an-extension-method-part-3/comment-page-1/#comment-1843</link>
		<dc:creator>Jef Claes</dc:creator>
		<pubDate>Mon, 26 Oct 2009 16:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.bleevo.com/?p=106#comment-1843</guid>
		<description>The first two examples in this post are  good real world examples of the Any method: http://jclaes.blogspot.com/2009/10/linqify-your-legacy-webapplications.html</description>
		<content:encoded><![CDATA[<p>The first two examples in this post are  good real world examples of the Any method: <a href="http://jclaes.blogspot.com/2009/10/linqify-your-legacy-webapplications.html" rel="nofollow">http://jclaes.blogspot.com/2009/10/linqify-your-legacy-webapplications.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ram</title>
		<link>http://www.bleevo.com/2009/02/system-linq-enumerable-any-better-know-an-extension-method-part-3/comment-page-1/#comment-25</link>
		<dc:creator>ram</dc:creator>
		<pubDate>Sun, 22 Feb 2009 16:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.bleevo.com/?p=106#comment-25</guid>
		<description>There is a real difference between &quot;Any()&quot; and &quot;Count() &gt; 0&quot; the first will stop as soon as it finds something, whereas the secdond has to iterate over the whole collection in order to find the exact count. So you have to consider the performance side : &quot;Any&quot; should be quite more effective imo</description>
		<content:encoded><![CDATA[<p>There is a real difference between &#8220;Any()&#8221; and &#8220;Count() &gt; 0&#8243; the first will stop as soon as it finds something, whereas the secdond has to iterate over the whole collection in order to find the exact count. So you have to consider the performance side : &#8220;Any&#8221; should be quite more effective imo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotNetShoutout</title>
		<link>http://www.bleevo.com/2009/02/system-linq-enumerable-any-better-know-an-extension-method-part-3/comment-page-1/#comment-22</link>
		<dc:creator>DotNetShoutout</dc:creator>
		<pubDate>Fri, 20 Feb 2009 01:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.bleevo.com/?p=106#comment-22</guid>
		<description>&lt;strong&gt;System.Linq.Enumerable.Any - Better Know an Extension Method Part 3  «  Chris Hampson...&lt;/strong&gt;

Thank you for submitting this cool story - Trackback from DotNetShoutout...</description>
		<content:encoded><![CDATA[<p><strong>System.Linq.Enumerable.Any &#8211; Better Know an Extension Method Part 3  «  Chris Hampson&#8230;</strong></p>
<p>Thank you for submitting this cool story &#8211; Trackback from DotNetShoutout&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
