<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/c-sharp/tags/lambda</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 23:02:51 GMT</pubDate>
<item>
<title>(C#) Lambda Expression To Select a distinct set of objects - kwhite1975</title>
<link>http://snipplr.com/view/70732/lambda-expression-to-select-a-distinct-set-of-objects/</link>
<description><![CDATA[ <p>This line of code allows you to group a set of objects by a field and then get the first item in that group.  This allows you to do a distinct by a specific property.</p> ]]></description>
<pubDate>Wed, 10 Apr 2013 07:32:16 GMT</pubDate>
<guid>http://snipplr.com/view/70732/lambda-expression-to-select-a-distinct-set-of-objects/</guid>
</item>
<item>
<title>(C#) Array ConvertAll with Lambda - rengber</title>
<link>http://snipplr.com/view/67054/array-convertall-with-lambda/</link>
<description><![CDATA[ <p>Lambda expression to convert an array.</p> ]]></description>
<pubDate>Wed, 05 Sep 2012 06:40:26 GMT</pubDate>
<guid>http://snipplr.com/view/67054/array-convertall-with-lambda/</guid>
</item>
<item>
<title>(C#) LINQ Extension Methods - rengber</title>
<link>http://snipplr.com/view/14217/linq-extension-methods/</link>
<description><![CDATA[ <p>LINQ Extension method called with delegate, anonymous delegate, and lambda delegate.

Note that this only returns a "default" in the sense that it does not throw an exception if no item in the source matches the selection criteria.  .First() does throw an exception in this case.</p> ]]></description>
<pubDate>Mon, 20 Apr 2009 19:34:00 GMT</pubDate>
<guid>http://snipplr.com/view/14217/linq-extension-methods/</guid>
</item>
<item>
<title>(C#) .Net List Sorting with Lambda Functions - qrist0ph</title>
<link>http://snipplr.com/view/8893/net-list-sorting-with-lambda-functions/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 08 Oct 2008 10:31:34 GMT</pubDate>
<guid>http://snipplr.com/view/8893/net-list-sorting-with-lambda-functions/</guid>
</item>
<item>
<title>(C#) Anonymous methods in C# - karelklic</title>
<link>http://snipplr.com/view/5230/anonymous-methods-in-c/</link>
<description><![CDATA[ <p>Important note is http://blogs.msdn.com/abhinaba/archive/2005/10/18/482180.aspx</p> ]]></description>
<pubDate>Thu, 28 Feb 2008 05:58:16 GMT</pubDate>
<guid>http://snipplr.com/view/5230/anonymous-methods-in-c/</guid>
</item>
</channel>
</rss>