<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hans Rasmussen &#187; LINQ</title>
	<atom:link href="http://www.hansrasmussen.com/tag/linq/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hansrasmussen.com</link>
	<description>info@hansrasmussen.com, +46 (0)723 207008</description>
	<lastBuildDate>Wed, 01 Feb 2012 11:59:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Lambda expessions</title>
		<link>http://www.hansrasmussen.com/2010/02/lambda-expessions/</link>
		<comments>http://www.hansrasmussen.com/2010/02/lambda-expessions/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 23:29:28 +0000</pubDate>
		<dc:creator>Hans Rasmussen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[LINQ]]></category>

		<guid isPermaLink="false">http://www.hansrasmussen.com/?p=32</guid>
		<description><![CDATA[As I was reading through someones elses code, I stumbled upon expressions that I have not seen before. I googled and found that it was something called Lamda expressions, which is used to simplify delegates. This link here provides some information about these funny =&#62; expressions http://www.davidhayden.com/blog/dave/archive/2006/11/30/LambdaExpressionsExtensionMethodsLINQ.aspx]]></description>
			<content:encoded><![CDATA[<p>As I was reading through someones elses code, I stumbled upon expressions that I have not seen before. I googled and found that it was something called Lamda expressions, which is used to simplify delegates.</p>
<p>This link here provides some information about these funny =&gt; expressions</p>
<p><a href="http://www.davidhayden.com/blog/dave/archive/2006/11/30/LambdaExpressionsExtensionMethodsLINQ.aspx&quot;&gt;http://www.davidhayden.com/blog/dave/archive/2006/11/30/LambdaExpressionsExtensionMethodsLINQ.aspx">http://www.davidhayden.com/blog/dave/archive/2006/11/30/LambdaExpressionsExtensionMethodsLINQ.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hansrasmussen.com/2010/02/lambda-expessions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

