jump to navigation

LINQ: Language-Integrated Query 01 Apr 2010

Posted by Ramaswamy Palaniappan in LINQ.
add a comment

LINQ is a set of extensions to the .NET Framework that encompass language-integrated query, set, and transform operations. It extends C# and Visual Basic with native language syntax for queries and provides class libraries to take advantage of these capabilities.

Anders Hejlsberg’s introduction about LINQ

Learning LINQ – An quick Overview

LINQ in MSDN
7 tricks to simplify your programs with LINQ

LINQ Learning Guide: LINQ to SQL

 

Tool:

1. Download Linqpad here, its must have tool for LINQ learners.
2. Click here to download LINQ Visualizer.

101 LINQ Samples

Dedicated Site

Visit this site to get more pointers about.

Audio & Video About LINQ
Link 1
Link 2
Link 3

More about LINQ

Building Great AJAX Applications from Scratch Using ASP.NET and VS 2008 16 May 2008

Posted by Ramaswamy Palaniappan in ASP.NET, LINQ.
add a comment

Adam posted his Mix session as video on Building Great AJAX Applications from Scratch Using ASP.NET 3.5 and Visual Studio 2008.

Understanding IEnumerable<T> 29 Apr 2008

Posted by Ramaswamy Palaniappan in .NET Core, Introduction, LINQ.
add a comment

Here is the very nice post about IEnumerable, if you are learning LINQ, you should read this. Simple and nice article.

LINQ to XML in 3 easy steps 25 Apr 2008

Posted by Ramaswamy Palaniappan in How-To, LINQ.
add a comment

Shahar’s neat post on LINQ.

How to use Aggregate functions with LINQ to SQL 16 Apr 2008

Posted by Ramaswamy Palaniappan in LINQ.
add a comment

Shahar has written an article How to use Aggregate functions with LINQ to SQL, Check out this.

LINQ Helper Tools 11 Apr 2008

Posted by Ramaswamy Palaniappan in LINQ, Tools.
add a comment

If you are learning or working in Linq now these two free tools will really help. Try it

LINQ Pad

Visual LINQ Query Designer