Updated: September 2008
This section contains overviews, examples, and background information that will help you understand and use Visual Basic and Language-Integrated Query (LINQ).
- Writing Your First LINQ Query (Visual Basic)
Describes the three stages in writing a basic LINQ query: obtaining the data source, writing the query, and executing the query.
- Basic Query Operations (Visual Basic)
Describes the most common types of query operations and how they are expressed in Visual Basic.
- Visual Basic Features That Support LINQ
Describes the Visual Basic language features that support LINQ, such as anonymous types and type inference.
- Type Relationships in Query Operations (Visual Basic)
Describes how data types are preserved or transformed when queries are written and executed.
- Walkthrough: Writing Queries in Visual Basic
Step-by-step instructions for creating a Visual Basic LINQ project, adding a simple data source, and performing some basic query operations.
- Introduction to LINQ in Visual Basic
Includes an overview of queries in LINQ and provides links to additional resources.
- LINQ to Objects
Includes a selection of How-to topics for using LINQ with in-memory collections.
- LINQ Samples
Provides links to topics that explain the LINQ samples.
- Getting Started (LINQ to SQL)
Describes how you can use LINQ technology to access SQL databases just as you would access an in-memory collection.
- Language-Integrated Query (LINQ)
Provides links to topics that explain the LINQ technologies.
- Visual Studio IDE and Tools Support for LINQ
Describes tools that are available in the Visual Studio environment for designing, coding, and debugging LINQ-enabled applications.
- Overview of LINQ to XML in Visual Basic
Describes how Visual Basic supports LINQ to XML.
- LINQ to DataSet Overview
Provides a conceptual overview of LINQ to DataSet.
- LINQ to SQL
Explains the LINQ to SQL technology and provides links to topics that help you use LINQ to SQL.
- Introduction to LINQ in Visual Basic
Includes an overview of queries in LINQ and provides links to additional resources.
- How to: Create a LINQ Project
Describes the .NET Framework version, references, and namespaces that are required to create LINQ projects.
- LINQ to XML
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.
- LINQ General Programming Guide
Provides links to topics describe how to program with LINQ, including information about the standard query operators, expression trees, and query providers.
- Getting Started with LINQ in C#
Provides links to topics about using LINQ in C#.
Date | History | Reason |
|---|
September 2008
| Added link. |
Customer feedback.
|