LINQ Walkthroughs
These walkthroughs give step-by-step instructions for common LINQ scenarios. This makes them a good place to start learning about the product or a particular feature area.
This topic contains links to Language-Integrated Query (LINQ) programming walkthroughs.
Related Topics
Walkthrough: Writing Queries in C#
Demonstrates how to use C# to create queries on a list of objects, run the queries, and modify them.Walkthrough: Writing Queries in Visual Basic
Demonstrates how to use Visual Basic to create queries on a list of objects, run the queries, and modify them.Walkthrough: Creating an IQueryable LINQ Provider
Presents instructions for using C# or Visual Basic to create a custom LINQ provider that you can use to write LINQ queries against the TerraServer-USA Web service.Visual Studio Walkthroughs
Provides links to walkthroughs for all areas of programming in Visual Studio.Deployment Samples and Walkthroughs
Provides links to walkthroughs that demonstrate common deployment scenarios.Visual Basic Language Walkthroughs
Provides links to walkthroughs that demonstrate various tasks in Visual Basic.Visual C# Walkthroughs
Provides links to walkthroughs that demonstrate various tasks in Visual C#.