| LINQ on MSDN |
You will find a lot of LINQ (Language Integrated Query) stuff on this section of MSDN. Major topics include LINQ: .NET Language Integrated Query,
LINQ to SQL: .NET Language-Integrated Query for Relational Data, .NET Language-Integrated Query for XML Data, The .NET Standard Query Operators and Overview of C#.
If you really want to learn LINQ or you need to enhance your knowledge about LINQ this one is truly a very valuable place for you. Recommended for every
LINQ and .NET learner and developer.
|
| Language Integrated Query |
You will find lots of LINQ tutorials / articles / guides in this section of codeproject.com.
|
| Introducing LINQ |
This tutorial has been designed to be a comprehensive tutorial on LINQ, having completed this tutorial you will have a thorough
understanding of LINQ and C#.
|
| LINQ wiki |
This one is Developers' Wiki for .NET Language Integrated Query. Very useful LINQ stuff is found on this website.
|
| Simple LINQ to XML examples |
This tutorial shows you two simple LINQ to XML tutorial style examples that highlight basic patterns that you can use to create or query
XML data using LINQ to XML.
|
| LINQ To SQL Tutorial
|
A short introductory level LINQ to SQL tutorial.
|
| LINQ Tutorial |
This one is a very well written LINQ tutorial. Divided into many parts, covers topics in an easy to understand language.
|
| LINQ Help |
You will find a number of well written LINQ articles, guides and resources on this website.
|
|
Functional Programming and LINQ queries |
This is a tutorial on using Functional Programming (FP) techniques for constructing LINQ queries.
|
|