


      <rss version="2.0">
         <channel>
            <title><![CDATA[.NET Curry: LINQ]]></title>
            <link>https://www.dotnetcurry.com/</link>
            <description>.NET Curry: the site for Microsoft Enthusiasts</description>
            <copyright>Copyright 2009 by Suprotim Agarwal on behalf of dotnetcurry.com</copyright>
   
      <item>
         <title><![CDATA[How does a C# LINQ Query execute and How does this affect Performance?]]></title>
         <author><![CDATA[Damir Arh]]></author>
         <description><![CDATA[The way LINQ queries are executed depends on the kind of data source being queried. This tutorial talks about how a LINQ query is executed and how this affects performance.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1481]]></link>
         <pubDate>Fri, 22 Feb 2019 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Deferred vs Immediate Query Execution in LINQ]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[In LINQ, queries have two different behaviors of execution: immediate and deferred. In this article, we will take a quick overview of how Deferred query execution and Immediate Query Execution works in LINQ]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=750]]></link>
         <pubDate>Fri, 12 Aug 2011 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Converting a LINQ query to PLINQ]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[PLINQ provides support for Parallel programming and is closely related to the Task Parallel Library. In very simple words, PLINQ enables a query to automatically take advantage of multiple processors. In this article, we will see a simple example of transforming a LINQ query to PLINQ. 
]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=730]]></link>
         <pubDate>Sun, 03 Jul 2011 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[50 LINQ Examples, Tips and How To's]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[I have been writing some LINQ tutorials, tips and How To's on my blog and most of these posts contain short snippets that can be used in your project or that demonstrate how to use LINQ effectively. I wanted to share them with my readers over here. These short examples demonstrate how to use a particular LINQ feature and are listed over here in no particular order.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=727]]></link>
         <pubDate>Mon, 27 Jun 2011 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[LINQ: Join Between a Collection and XML Data]]></title>
         <author><![CDATA[Pravinkumar Dabade]]></author>
         <description><![CDATA[In this article, we will see how to perform a JOIN between a Collection and XML Data using LINQ.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=712]]></link>
         <pubDate>Mon, 30 May 2011 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[LINQ To XML Tutorials with Examples]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[In this article, we will learn LINQ To XML using some ‘How Do I’ kind of examples.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=564]]></link>
         <pubDate>Sun, 29 Aug 2010 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Longest and Shortest Type Name in .NET 4.0 using LINQ]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[In this article, we will use LINQ to print the Longest and Shortest Type Name in .NET 4.0.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=535]]></link>
         <pubDate>Tue, 06 Jul 2010 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Querying a Hierarchical Parent-Child Structure in LINQ]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[I was recently going through the forums and found some developers struggling with queries involving Classes with One-To-Many Relationship. In this article, I will demonstrate how to query a Hierarchical Parent-Child Structure using LINQ. ]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=513]]></link>
         <pubDate>Sun, 23 May 2010 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Querying a WebService using LINQ – LINQ to CountryInfo]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[This article demonstrates how to query a Web Service’s public API using LINQ]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=505]]></link>
         <pubDate>Fri, 07 May 2010 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Using LINQ to represent XML data as an Object containing Master-Detail records]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[: In this article, we will read an XML file containing Master-Detail records and represent it as an object using LINQ.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=490]]></link>
         <pubDate>Wed, 07 Apr 2010 04:00:00 GMT</pubDate>
      </item>
   
         </channel>
      </rss>  
   