<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - rengber</title>
<link>http://snipplr.com/users/rengber/tags/lambda</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 08:25:10 GMT</pubDate>
<item>
<title>(C#) Array ConvertAll with Lambda</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</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>
</channel>
</rss>