Debugging LINQ in web applications.
Monday, December 3rd, 2007
I've been playing around with LINQ quite a lot recently following the release of Microsoft Visual Studio 2008 and the .NET Framework 3.5.
LINQ is an OR/M (object relational mapper) for C# and VB.NET, these videos by Beth Massi give a good introduction to LINQ and show just how powerful it is.
… read more


