Beginner's Guide to LINQ to SQL
This page contains resources to help developers get up to speed with LINQ to SQL. For additional resources see the Learning Resources page. For more resources see the
Resources & Community page.
Webcasts
MSDN Virtual Lab: Visual Basic 9 and LINQ
After completing this lab, you will be better able to use LINQ with in-memory collections, access database data using LINQ, handle XML documents with LINQ, and understand the standard query operators.
Webcast: Introduction to LINQ in Visual Basic
In this Webcast you will learn how to get started writing LINQ queries using the simple but powerful query syntax available in Visual Basic. We'll walk through a variety of basic queries as well look at aggregates and groups over different data sources including XML.
Live From Redmond: VB9 – LINQ to SQL & O/R Designer Deep Dive
This web cast shows you how to use the new O/R designer to build applications that take advantage of LINQ to SQL.
Live From Redmond: VB9 – LINQ Best Practices
This web cast will explore best practices for writing easy to read, consumable queries, including naming, usage, and performance ideas.