﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>LINQ Latest Content</title><link>http://www.c-sharpcorner.com</link><description>Watch latest content from LINQ</description><copyright>© 1999 - 2012  Mindcracker LLC. All Rights Reserved</copyright><item><title>Deferred Query vs Immediate Query Execution in LINQ</title><description>This article will explain what happens when a LINQ query executes. We can use this concept to ensure that the query is executed not only as we need it to, but also when we need it to.</description><link>http://www.c-sharpcorner.com/UploadFile/b1df45/deferred-query-vs-immediate-query-execution-in-linq/</link><pubDate>Apr 20, 2013</pubDate><author>Jasminder Singh</author></item><item><title>Lazy Loading vs Eager Loading</title><description>This article describes lazy and eager loading of data in the Entity Framework.</description><link>http://www.c-sharpcorner.com/UploadFile/b1df45/lazy-loading-vs-eager-loading/</link><pubDate>Apr 19, 2013</pubDate><author>Jasminder Singh</author></item><item><title>Using LINQ in .NET</title><description>In this article we will discuss the LINQ approach introduced in .NET 3.5 for querying.</description><link>http://www.c-sharpcorner.com/UploadFile/c5c6e2/using-linq-in-net/</link><pubDate>Mar 21, 2013</pubDate><author>Shankar M</author></item><item><title>Let Keyword Using LINQ</title><description>This article demonstrates an interesting and very useful concept in LINQ.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/let-keyword-using-linq/</link><pubDate>Mar 10, 2013</pubDate><author>Vijay  Prativadi</author></item><item><title>Self-Join Using LINQ</title><description>This article demonstrates an interesting and very useful concept in LINQ.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/self-join-using-linq3/</link><pubDate>Mar 04, 2013</pubDate><author>Vijay  Prativadi</author></item><item><title>Union Operation Using LINQ</title><description>This article demonstrates an interesting and very useful concept in LINQ.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/union-operation-using-linq2/</link><pubDate>Feb 27, 2013</pubDate><author>Vijay  Prativadi</author></item><item><title>CRUD With LINQDataSource</title><description>This article demonstrates an interesting and very useful concept in LINQ.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/crud-with-linqdatasource/</link><pubDate>Feb 21, 2013</pubDate><author>Vijay  Prativadi</author></item><item><title>Delete Data With LINQ-to-SQL Via WCF Service</title><description>This article demonstrates an interesting and very useful concept in LINQ-to-SQL.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/delete-data-with-linq-to-sql-via-wcf-service/</link><pubDate>Feb 21, 2013</pubDate><author>Vijay  Prativadi</author></item><item><title>Update Data With LINQ-to-SQL Via WCF Service</title><description>This article demonstrates an interesting and very useful concept in LINQ-to-SQL.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/update-data-with-linq-to-sql-via-wcf-service/</link><pubDate>Feb 21, 2013</pubDate><author>Vijay  Prativadi</author></item><item><title>Insert Data With LINQ-to-SQL Via WCF Service</title><description>This article demonstrates an interesting and very useful concept in LINQ-to-SQL.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/insert-data-with-linq-to-sql-via-wcf-service/</link><pubDate>Feb 21, 2013</pubDate><author>Vijay  Prativadi</author></item><item><title>Select Data With LINQ-to-SQL Via WCF Service</title><description>This article demonstrates an interesting and very useful concept in LINQ-to-SQL.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/select-data-with-linq-to-sql-via-wcf-service/</link><pubDate>Feb 21, 2013</pubDate><author>Vijay  Prativadi</author></item><item><title>Create or Delete Database Via LINQ-to-SQL</title><description>This working demonstrates one of interesting and most useful concept in LINQ-to-SQL.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/create-or-delete-database-via-linq-to-sql/</link><pubDate>Feb 20, 2013</pubDate><author>Vijay  Prativadi</author></item><item><title>Select Data With UDF Via LINQ-to-SQL</title><description>This article demonstrates an interesting and very useful concept in LINQ-to-SQL classes.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/select-data-with-udf-via-linq-to-sql/</link><pubDate>Feb 19, 2013</pubDate><author>Vijay  Prativadi</author></item><item><title>SingleOrDefault() Vs. FirstOrDefault() in LINQ Query</title><description>In this blog you will learn about singleOrdefault() Vs. firstOrdefault() in LINQ Query.</description><link>http://www.c-sharpcorner.com/Blogs/10973/singleordefault-vs-firstordefault-in-linq-query.aspx</link><pubDate>Feb 15, 2013</pubDate><author>Jignesh Trivedi</author></item><item><title>Precompiled and Pre-generated Views in the Entity Framework</title><description>While working with the Entity Framework, we can reduce the delay of the initial view by creating the view at compile time instead of runtime</description><link>http://www.c-sharpcorner.com/UploadFile/ff2f08/precompiled-and-pre-generated-views-in-the-entity-framework/</link><pubDate>Feb 13, 2013</pubDate><author>Jignesh Trivedi</author></item><item><title>Tips to Improve Entity Framework Performance</title><description>There are some points that we should consider while designing and querying databases using the Entity Framework ORM.</description><link>http://www.c-sharpcorner.com/UploadFile/ff2f08/tips-to-improve-entity-framework-performance/</link><pubDate>Feb 11, 2013</pubDate><author>Jignesh Trivedi</author></item><item><title>Truncate Table Using LINQ</title><description>Today, in this article let’s play around with an interesting and very useful concept in LINQ.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/truncate-table-using-linq/</link><pubDate>Jan 26, 2013</pubDate><author>Vijay  Prativadi</author></item><item><title>The Like Method LINQ App to Select Data</title><description>Today, in this article let’s play around with one of the interesting and most useful concepts in LINQ.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/like-method-linq-app-select-data/</link><pubDate>Jan 26, 2013</pubDate><author>Vijay  Prativadi</author></item><item><title>Between Functionality Using LINQ App - Select Data</title><description>Today, in this article let's play around with an interesting and very useful concept in LINQ.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/between-functionality-using-linq-app-select-data/</link><pubDate>Jan 26, 2013</pubDate><author>Vijay  Prativadi</author></item><item><title>Add Migration Entities in LINQ</title><description>Today, in this article let’s play around with one of the interesting and most useful concepts in LINQ.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/add-migration-entities/</link><pubDate>Jan 26, 2013</pubDate><author>Vijay  Prativadi</author></item><item><title>Let Operator in LINQ</title><description>LINQ has one operator called “Let” that allows us to create / declare variables inside the LINQ query. </description><link>http://www.c-sharpcorner.com/UploadFile/ff2f08/let-operator-in-linq/</link><pubDate>Jan 17, 2013</pubDate><author>Jignesh Trivedi</author></item><item><title>Rollback using TransactionScope in LINQ</title><description>Rollback using TransactionScope in LINQ.</description><link>http://www.c-sharpcorner.com/Blogs/10805/rollback-using-transactionscope-in-linq.aspx</link><pubDate>Jan 14, 2013</pubDate><author>Sachin Kalia</author></item><item><title>Group By In Linq To Sql</title><description>In this blog I am going to explain how can use group by clause. I have an EMPLOYEE table and want to sum of salaries as per employee name. </description><link>http://www.c-sharpcorner.com/Blogs/10547/group-by-in-linq-to-sql.aspx</link><pubDate>Dec 03, 2012</pubDate><author>Sandeep Singh Shekhawat</author></item><item><title>Play with Last() and LastOrDefault() in LINQ-to-Entities</title><description>Today, in this article let's play around with one of the interesting and most useful concept in LINQ.</description><link>http://www.c-sharpcorner.com/Blogs/10477/play-with-last-and-lastordefault-in-linq-to-entities.aspx</link><pubDate>Nov 21, 2012</pubDate><author>Vijay  Prativadi</author></item><item><title>Play with SequenceEqual using LINQ</title><description>Today, in this blog let's play around with one of the interesting and most useful concept in LINQ.
</description><link>http://www.c-sharpcorner.com/Blogs/10476/play-with-sequenceequal-using-linq.aspx</link><pubDate>Nov 21, 2012</pubDate><author>Vijay  Prativadi</author></item><item><title>How to get a particular datacolumn values from datatable using LINQ in C#</title><description>In this blog you wil see how to get a particular datacolumn values from datatable using LINQ in C#</description><link>http://www.c-sharpcorner.com/Blogs/10385/how-to-get-a-particular-datacolumn-values-from-datatable-usi.aspx</link><pubDate>Nov 05, 2012</pubDate><author>Vijai Anand</author></item><item><title>How to get all the datacolumn values from datatable using LINQ in C#</title><description>In this blog you will see how to get all the datacolumn values from datatable using LINQ in C#.</description><link>http://www.c-sharpcorner.com/Blogs/10384/how-to-get-all-the-datacolumn-values-from-datatable-using-li.aspx</link><pubDate>Nov 05, 2012</pubDate><author>Vijai Anand</author></item><item><title>Joins Using LINQ-to-XML </title><description>Today, in this article let's play around with one of the interesting and most useful concept in XML.
</description><link>http://www.c-sharpcorner.com/Blogs/10379/joins-using-linq-to-xml.aspx</link><pubDate>Nov 05, 2012</pubDate><author>Vijay  Prativadi</author></item><item><title>Grouping datatable column using LINQ in C#</title><description>In this blog you will see how to perform group by in datatable using LINQ in C#</description><link>http://www.c-sharpcorner.com/Blogs/10258/grouping-datatable-column-using-linq-in-C-Sharp.aspx</link><pubDate>Oct 19, 2012</pubDate><author>Vijai Anand</author></item><item><title>Effective Paging Using Linq in ASP.NET</title><description>Binding GridView is very easy using Linq. </description><link>http://www.c-sharpcorner.com/Blogs/10170/effective-paging-using-linq-in-Asp-Net.aspx</link><pubDate>Oct 11, 2012</pubDate><author>sarvesh kushwaha</author></item><item><title>Simple demo project on LINQ to SQL using Console Application</title><description>In this video you will learn how to setup a simple demo project on LINQ to SQL using Console Application.</description><link>http://www.c-sharpcorner.com/UploadFile/abhikumarvatsa/simple-demo-project-on-linq-to-sql-using-console-application/</link><pubDate>Sep 21, 2012</pubDate><author>Abhimanyu K Vatsa</author></item><item><title>Using LINQ's Zip query operator </title><description>How to use LINQ's Zip query operator</description><link>http://www.c-sharpcorner.com/Blogs/8797/using-linqs-zip-query-operator.aspx</link><pubDate>Apr 18, 2012</pubDate><author>Vulpes </author></item><item><title>Using LINQ to check whether a string is a pangram or a palindrome</title><description>A program which uses LINQ to check whether a string is a pangram or a palindrome.</description><link>http://www.c-sharpcorner.com/Blogs/8791/using-linq-to-check-whether-a-string-is-a-pangram-or-a-palin.aspx</link><pubDate>Apr 17, 2012</pubDate><author>Vulpes </author></item><item><title>Practical approach of Converting DataTable to Generic Dictionary&lt;K, T&gt; using LINQ</title><description>In this blog I will show How to Convert DataTable to Generic Dictionary&lt;K,T&gt;.</description><link>http://www.c-sharpcorner.com/Blogs/8764/practical-approach-of-converting-datatable-to-generic-dictio.aspx</link><pubDate>Apr 13, 2012</pubDate><author>Lajapathy Arun</author></item><item><title>LINQ to XML : How to create a XML tree by loading the XML file using C# </title><description>In this blog you will see how to create a XML tree by loading the XML file using C# </description><link>http://www.c-sharpcorner.com/Blogs/8652/linq-to-xml-how-to-create-a-xml-tree-by-loading-the-xml-fi.aspx</link><pubDate>Mar 29, 2012</pubDate><author>Vijai Anand</author></item><item><title>LINQ to XML : How to create a XML tree by passing the string using C#</title><description>In this blog you will see how to create a XML tree by passing the string using C#</description><link>http://www.c-sharpcorner.com/Blogs/8650/linq-to-xml-how-to-create-a-xml-tree-by-passing-the-string.aspx</link><pubDate>Mar 29, 2012</pubDate><author>Vijai Anand</author></item><item><title>LINQ in Collection</title><description>In this blog let see about LINQ in Collection.</description><link>http://www.c-sharpcorner.com/Blogs/8623/linq-in-collection.aspx</link><pubDate>Mar 27, 2012</pubDate><author>BALAJI PAVENDAR</author></item><item><title>Select Query on DataTable for filtering Data Using LINQ</title><description>I go through lots of site for select query on DataTable. But most of the time I did not get a suitable solution. So, at last I use LINQ to filter data from DataTable.</description><link>http://www.c-sharpcorner.com/Blogs/8058/select-query-on-datatable-for-filtering-data-using-linq.aspx</link><pubDate>Jan 21, 2012</pubDate><author>Abhijit barua</author></item><item><title>Open source LINQ for JavaScript</title><description>linq.js is very useful javascript file for ASP.NET developer </description><link>http://www.c-sharpcorner.com/Blogs/7880/open-source-linq-for-javascript.aspx</link><pubDate>Dec 28, 2011</pubDate><author>Gohil Jayendrasinh</author></item><item><title>LINQ Providers</title><description>Describes about the various LINQ providers.</description><link>http://www.c-sharpcorner.com/Blogs/7396/linq-providers.aspx</link><pubDate>Nov 09, 2011</pubDate><author>Akash Ahlawat</author></item><item><title>Using LINQ to XML to Query Data on the Web</title><description>Watch Robert Green on Channel 9 talks about using LINQ to query data on the Web.</description><link>http://www.c-sharpcorner.com/Blogs/6876/using-linq-to-xml-to-query-data-on-the-web.aspx</link><pubDate>Sep 28, 2011</pubDate><author>Mahesh Chand</author></item><item><title>LINQ to SQL Stored Procedure</title><description>In this Video you will see how to use LINQ to SQL Stored Procedure.</description><link>http://www.c-sharpcorner.com/uploadfile/dhananjaycoder/linq-to-sql-stored-procedure/default.aspx</link><pubDate>Jul 01, 2011</pubDate><author>Dhananjay Kumar</author></item><item><title>LINQ Query Syntax Tutorial</title><description>This tutorial introduces the basic concepts of LINQ, with source code and demo applications.</description><link>http://www.c-sharpcorner.com/uploadfile/jonpreecebsc/linq-query-syntax-tutorial/default.aspx</link><pubDate>Oct 18, 2010</pubDate><author>Jon Preece</author></item><item><title>Introduction to LINQ to XML</title><description>LINQ to XML is in-memory representation of XML using LINQ. This is a simple tutorial on LINQ to XML.</description><link>http://www.c-sharpcorner.com/uploadfile/shakthee/introduction-to-linq-to-xml/default.aspx</link><pubDate>Aug 20, 2010</pubDate><author>srisakthi </author></item><item><title>Introducing LINQ to SQL Classes</title><description>This video is an introduction to LINQ to SQL classes and how to use them in your .NET applications. </description><link>http://www.c-sharpcorner.com/uploadfile/dhananjaycoder/introducing-linq-to-sql-classes/default.aspx</link><pubDate>Aug 16, 2010</pubDate><author>Dhananjay Kumar</author></item><item><title>Understanding LINQ</title><description>The purpose of this tutorial is to present some basics about LINQ for certain individuals who may have not gained an understanding of LINQ.</description><link>http://www.c-sharpcorner.com/uploadfile/logisimo/understanding-linq/default.aspx</link><pubDate>Jul 22, 2010</pubDate><author>Dave Richter</author></item><item><title>Event Bubbling using LINQ to XML</title><description>This tutorial is to show you how you can communicate between a user control and a parent page without the user refreshing the parent page. </description><link>http://www.c-sharpcorner.com/uploadfile/BirukReda/event-bubbling-using-linq-to-xml/default.aspx</link><pubDate>Apr 29, 2009</pubDate><author>Biruk Reda</author></item></channel></rss>