Updated: November 2007
Language-Integrated Query (LINQ) is a set of features in Visual Studio 2008 that extends powerful query capabilities to the language syntax of C# and Visual Basic. LINQ introduces standard, easily-learned patterns for querying and updating data, and the technology can be extended to support potentially any kind of data store. Visual Studio 2008 includes LINQ provider assemblies that enable the use of LINQ with .NET Framework collections, SQL Server databases, ADO.NET Datasets, and XML documents.
Provides a general introduction to the kinds of applications that you can write and the kinds of problems that you can solve with LINQ queries.
Describes the basic facts you should know in order to understand the C# documentation and samples.
Describes the basic facts you should know in order to understand the Visual Basic documentation and samples.
Describes the .NET Framework version, references, and namespaces required to build LINQ projects.
Describes the Object Relational Designer, debugger support for queries, and other IDE features related to LINQ.
Provides links to topics that include information about how to program with LINQ, such as the standard query operators, expression trees, and query providers.
Includes links to topics that explain how to use LINQ to Objects to access in-memory data structures,
Includes links to topics that explain how to use LINQ to XML, which provides the in-memory document modification capabilities of the Document Object Model (DOM), and supports LINQ query expressions.
Provides an entry point for documentation about LINQ to DataSet and LINQ to SQL. LINQ to DataSet enables you to build richer query capabilities into DataSet by using the same query functionality that is available for other data sources. LINQ to SQL provides a run-time infrastructure for managing relational data as objects.
Links to other online sources of information about LINQ.
Explains the LINQ to SQL technology and provides links to topics that help you use LINQ to SQL.
Explains the LINQ to DataSet technology and provides links to topics that help you use LINQ to DataSet.
Provides links to samples that demonstrates various aspects of LINQ.