<?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: Improve your LINQ with .Any()</title>
	<atom:link href="http://lostechies.com/sharoncichelli/2012/02/21/improve-your-linq-with-any/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/sharoncichelli/2012/02/21/improve-your-linq-with-any/</link>
	<description>Sharon Cichelli&#039;s blog about software, development, teams, and projects</description>
	<lastBuildDate>Wed, 13 Mar 2013 20:15:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: scichelli</title>
		<link>http://lostechies.com/sharoncichelli/2012/02/21/improve-your-linq-with-any/#comment-135</link>
		<dc:creator>scichelli</dc:creator>
		<pubDate>Thu, 17 Jan 2013 16:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/sharoncichelli/?p=163#comment-135</guid>
		<description>The above gives an alternative for the &quot;if count &gt; 0&quot; scenario. Keith Dahlby just tweeted a nice way of replacing &quot;if count &gt; 1.&quot; He offers:

myEnumerable.Skip(1).Any()

https://twitter.com/dahlbyk/statuses/291943852925939712</description>
		<content:encoded><![CDATA[<p>The above gives an alternative for the &#8220;if count &gt; 0&#8243; scenario. Keith Dahlby just tweeted a nice way of replacing &#8220;if count &gt; 1.&#8221; He offers:</p>
<p>myEnumerable.Skip(1).Any()</p>
<p><a href="https://twitter.com/dahlbyk/statuses/291943852925939712" rel="nofollow">https://twitter.com/dahlbyk/statuses/291943852925939712</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
