From InnerWorkings
LINQ to SQL with VB 9.0 



...LINQ to
SQL provides a means for managing relational data as objects while retaining the ability to query that data. This
Drill covers a number of techniques needed to use
LINQ to SQL effectively, including retrieving data,
CRUD operations, and optimization.
Audience
This Drill is for developers who want to be able to use the LINQ to SQL functionality available in .NET Framework 3.5.
What
more...
New features in VB 9.0 


...alizers,
Lamda expressions, as well as
Basic and
Advanced LINQ queries.
Audience
This
Drill is for developers who want to be able to use the new features in VB 9.0.
What you'll learn
You will learn important new VB 9.0 features, including
Anonymous Types,
Object initializers, Lamda expressions, as well as Basic and Advanced LINQ queries.
What you need to know
We assume that you re already
more...