LINQ makes a query a first-class language construct in Visual Basic. You can write queries against strongly typed collections of objects by using language keywords and familiar operators. You do not have to learn a different query language for each type of data source: SQL databases, XML documents, various Web services, and so on.
This video shows you the Visual Basic 2008 language features that enable you to write LINQ query expressions. The following tasks are included in the process:
The Visual Basic Help includes the code and the steps that are demonstrated in this video. See Walkthrough: Writing Queries in Visual Basic.
Additional Video Resources
Video How Tos
Other Videos
Additional Help Resources