Ever had problems with your LINQ queries when developing in .NET?  Want to do some debugging, or want to test some thing out quickly?

There is a very good tool that can help you with this.  Linqpad is a highly ergonomic code snippet IDE that instantly executes any C#/VB expressions, statement blocks or programs.

When you are using LINQ, you should really try it out! Check http://www.linqpad.net/ for more info.

02/08/2010 - 14:46