LINQ General Programming Guide
This section contains information how to program with LINQ, including the standard query operators, the use of expression trees in LINQ, and custom LINQ providers.
In This Section
Standard Query Operators Overview
Provides an introduction to the standard query operators. It also provides links to topics that have more information about each type of query operation.Expression Trees in LINQ
Discusses the use of expression trees in LINQ.Enabling a Data Source for LINQ Querying
Provides an introduction to custom LINQ providers and other ways to extend LINQ.