Search Wiki:
Language Integrated Query (LINQ) Video Series
This how-to video series is focused on the new LINQ language features of Visual Basic 9.0 included in Visual Studio 2008. LINQ stands for Language Integrated Query, and it enables you to write queries over things like objects, databases, and XML in a standard way using new language syntax. Learn how to use this productive new language feature in your Visual Basic programs.

Watch the videos here!.

Download the code..

My LINQ Articles
And for more information on LINQ in Visual Basic you can read my articles here..

My LINQ and Visual Basic 9 Webcasts
If you're just learning LINQ and the new features in Visual Basic 9, you may want to check out the series of Webcasts I did in March. .
Last edited Apr 22 at 12:02 AM  by BethMassi, version 4
Comments
Katris wrote  Mar 9 at 7:34 AM  
this is very good ,thanks alot beth

RLR2 wrote  Jul 13 at 5:39 PM  
In the first video (FirstLiNQQueries), when I enter the last LINQ statement you demonstrate ("Dim MyFiles = From file In filesInfo Select New MyFile With {.CreationTime = file.CreationTime, .Name = file.Name}", the "With" word does not come up as an Intellisense selection. Neither do the ".CreationTime" or ".Name" properties come up as Intellisense options. It looks like my MyFiles class is properly defined and the project runs fine when I execute it. Do you have any explanation for why the Intellisense is not working on those options when it works everywhere else?

Updating...
Page view tracker