LINQ Videos and Tutorials

LINQ is really cool and is "baked" into the .NET 3.5 framework, so much so, that you don't have to add the LINQ to your References because its inlcuded with your project. When you create a new project, the System.XML.Linq is right there. Your fingers never have to leave your mouse or keyboard.

That's a lot of good (and bad) information about LINQ on the Net. There's obviously the Channel 9 videos you can watch, but out on ASP.NET, Scott Stanfield has created some great LINQ to SQL videos for the ASP.NET site. Also the VB Team had created their own set of videos to cover LINQ. You can watch them here.

Share and enjoy!