<?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: Some improved LINQ operators</title>
	<atom:link href="http://lostechies.com/jimmybogard/2008/06/07/some-improved-linq-operators/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2008/06/07/some-improved-linq-operators/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Fri, 17 May 2013 09:02:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: hero</title>
		<link>http://lostechies.com/jimmybogard/2008/06/07/some-improved-linq-operators/#comment-590</link>
		<dc:creator>hero</dc:creator>
		<pubDate>Fri, 09 Jan 2009 14:02:45 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/06/07/some-improved-linq-operators.aspx#comment-590</guid>
		<description>
Usually I use the best Megaupload file searcher- http://megauploadfiles.com/

</description>
		<content:encoded><![CDATA[<p>Usually I use the best Megaupload file searcher- <a href="http://megauploadfiles.com/" rel="nofollow">http://megauploadfiles.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jero</title>
		<link>http://lostechies.com/jimmybogard/2008/06/07/some-improved-linq-operators/#comment-589</link>
		<dc:creator>Jero</dc:creator>
		<pubDate>Wed, 23 Jul 2008 03:10:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/06/07/some-improved-linq-operators.aspx#comment-589</guid>
		<description>I quite like your DynamicComparer but I have run into a snag with it that I really can&#039;t work out how to fix.
If your _selector evals to null in GetHashCode() it will throw an exception.
eg
  var spam = new string[3] { &quot;a&quot;, &quot;b&quot;, null };
  var results = spam.Distinct( c =&gt; c );

This will crash. </description>
		<content:encoded><![CDATA[<p>I quite like your DynamicComparer but I have run into a snag with it that I really can&#8217;t work out how to fix.<br />
If your _selector evals to null in GetHashCode() it will throw an exception.<br />
eg<br />
  var spam = new string[3] { &#8220;a&#8221;, &#8220;b&#8221;, null };<br />
  var results = spam.Distinct( c => c );</p>
<p>This will crash. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy Bogard</title>
		<link>http://lostechies.com/jimmybogard/2008/06/07/some-improved-linq-operators/#comment-588</link>
		<dc:creator>Jimmy Bogard</dc:creator>
		<pubDate>Mon, 09 Jun 2008 11:26:18 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/06/07/some-improved-linq-operators.aspx#comment-588</guid>
		<description>@Omer

Thanks for the LINQ link (ha).  I&#039;ll check out that CodePlex project, looks interesting.</description>
		<content:encoded><![CDATA[<p>@Omer</p>
<p>Thanks for the LINQ link (ha).  I&#8217;ll check out that CodePlex project, looks interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omer van Kloeten</title>
		<link>http://lostechies.com/jimmybogard/2008/06/07/some-improved-linq-operators/#comment-587</link>
		<dc:creator>Omer van Kloeten</dc:creator>
		<pubDate>Mon, 09 Jun 2008 10:16:51 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/06/07/some-improved-linq-operators.aspx#comment-587</guid>
		<description>Hey Jimmy,

I&#039;ve actually written about these exact things at my blog recently.
You should take a look and you might find something to your liking:
http://weblogs.asp.net/okloeten/archive/tags/Tools_3A00_+Linq+Extensions/default.aspx

Cheers,
Omer</description>
		<content:encoded><![CDATA[<p>Hey Jimmy,</p>
<p>I&#8217;ve actually written about these exact things at my blog recently.<br />
You should take a look and you might find something to your liking:<br />
<a href="http://weblogs.asp.net/okloeten/archive/tags/Tools_3A00_+Linq+Extensions/default.aspx" rel="nofollow">http://weblogs.asp.net/okloeten/archive/tags/Tools_3A00_+Linq+Extensions/default.aspx</a></p>
<p>Cheers,<br />
Omer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan Reynolds</title>
		<link>http://lostechies.com/jimmybogard/2008/06/07/some-improved-linq-operators/#comment-586</link>
		<dc:creator>Bryan Reynolds</dc:creator>
		<pubDate>Sun, 08 Jun 2008 20:30:18 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/06/07/some-improved-linq-operators.aspx#comment-586</guid>
		<description>Post and the comments where educational</description>
		<content:encoded><![CDATA[<p>Post and the comments where educational</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: al pascual</title>
		<link>http://lostechies.com/jimmybogard/2008/06/07/some-improved-linq-operators/#comment-585</link>
		<dc:creator>al pascual</dc:creator>
		<pubDate>Sun, 08 Jun 2008 14:24:59 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/06/07/some-improved-linq-operators.aspx#comment-585</guid>
		<description>great post, we need more LINQ posts!</description>
		<content:encoded><![CDATA[<p>great post, we need more LINQ posts!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy Bogard</title>
		<link>http://lostechies.com/jimmybogard/2008/06/07/some-improved-linq-operators/#comment-584</link>
		<dc:creator>Jimmy Bogard</dc:creator>
		<pubDate>Sun, 08 Jun 2008 14:21:49 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/06/07/some-improved-linq-operators.aspx#comment-584</guid>
		<description>@Nextender, @Philip

Yeah, thanks for the heads-up on the Any method.  Don&#039;t need the Contains, although the Any method could have named a little better.</description>
		<content:encoded><![CDATA[<p>@Nextender, @Philip</p>
<p>Yeah, thanks for the heads-up on the Any method.  Don&#8217;t need the Contains, although the Any method could have named a little better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://lostechies.com/jimmybogard/2008/06/07/some-improved-linq-operators/#comment-583</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sun, 08 Jun 2008 14:12:21 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/06/07/some-improved-linq-operators.aspx#comment-583</guid>
		<description>Yeah I was gonna suggest values.Any() too, but it&#039;s been suggested to death. Nobody else touched on the fact that your extensions won&#039;t play nice with other LINQ flavors, particularly LINQ to SQL, which may or may not be a problem.</description>
		<content:encoded><![CDATA[<p>Yeah I was gonna suggest values.Any() too, but it&#8217;s been suggested to death. Nobody else touched on the fact that your extensions won&#8217;t play nice with other LINQ flavors, particularly LINQ to SQL, which may or may not be a problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>http://lostechies.com/jimmybogard/2008/06/07/some-improved-linq-operators/#comment-582</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Sun, 08 Jun 2008 10:13:18 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/06/07/some-improved-linq-operators.aspx#comment-582</guid>
		<description>values.Any(person =&gt; person.LastName == &quot;Smith&quot;)

You can skip the Where() and put the lambda directly in the Any().
</description>
		<content:encoded><![CDATA[<p>values.Any(person => person.LastName == &#8220;Smith&#8221;)</p>
<p>You can skip the Where() and put the lambda directly in the Any().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexey Romanov</title>
		<link>http://lostechies.com/jimmybogard/2008/06/07/some-improved-linq-operators/#comment-581</link>
		<dc:creator>Alexey Romanov</dc:creator>
		<pubDate>Sun, 08 Jun 2008 07:31:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/06/07/some-improved-linq-operators.aspx#comment-581</guid>
		<description>Why not

values
    .Where(person =&gt; person.LastName == &quot;Smith&quot;)
    .Any()
?</description>
		<content:encoded><![CDATA[<p>Why not</p>
<p>values<br />
    .Where(person => person.LastName == &#8220;Smith&#8221;)<br />
    .Any()<br />
?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
