<?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>ASpeak &#187; LINQ</title>
	<atom:link href="http://abhi.dcmembers.com/blog/tag/linq/feed/" rel="self" type="application/rss+xml" />
	<link>http://abhi.dcmembers.com/blog</link>
	<description>IOpine!</description>
	<lastBuildDate>Mon, 06 Sep 2010 16:34:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Lambda based reflection Vs Normal reflection Vs Direct call</title>
		<link>http://abhi.dcmembers.com/blog/2009/03/25/lambda-based-reflection-vs-normal-reflection-vs-direct-call-4/</link>
		<comments>http://abhi.dcmembers.com/blog/2009/03/25/lambda-based-reflection-vs-normal-reflection-vs-direct-call-4/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 10:05:19 +0000</pubDate>
		<dc:creator>Abhishek</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[DotNET]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Lambda]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[reflection]]></category>

		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/2009/03/25/lambda-based-reflection-vs-normal-reflection-vs-direct-call-4/</guid>
		<description><![CDATA[One friend of mine sent me the following code sample that really surprised me. There are three different approaches being used to call a method from a different class. The approaches are - Direct Call Call through Lambda based reflection Call through Normal Reflection It was really surprising to see the execution speed comparison between [...]]]></description>
		<wfw:commentRss>http://abhi.dcmembers.com/blog/2009/03/25/lambda-based-reflection-vs-normal-reflection-vs-direct-call-4/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Quick script in C#/VB and validate LINQ Expressions</title>
		<link>http://abhi.dcmembers.com/blog/2008/07/19/quick-script-in-cvb-and-validate-linq-expressions/</link>
		<comments>http://abhi.dcmembers.com/blog/2008/07/19/quick-script-in-cvb-and-validate-linq-expressions/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 08:08:24 +0000</pubDate>
		<dc:creator>Abhishek</dc:creator>
				<category><![CDATA[DotNET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Lambda]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/?p=7</guid>
		<description><![CDATA[I have been trying to push myself for learning LINQ and Lambda expressions for quite some time now. I try to create some dummy projects sometimes but since our current project is being developed in .NET Framework v2.0 so these very new things get out of touch very soon. Also, there is so much happening [...]]]></description>
		<wfw:commentRss>http://abhi.dcmembers.com/blog/2008/07/19/quick-script-in-cvb-and-validate-linq-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
