You don't even have to leave your chair. Login and vote now.
By robertsheltonjr
via sheltonblog.com
Submitted: Jul 08 2008 / 19:20
I don't find myself throwing out the term "must have" very often in the world of Developer Tools. Yes, I think that Visual Studio is great and there are a few other tools that I find myself using, but now so much of what I used to exit Visual Studio to use now in the Visual Studio IDE. That being said, I really prefer staying within the IDE and will avoid using misc. tools that are not inside of the IDE.
LINQPad is a "Must have" tool for anyone who is trying to understand LINQ, Lambda Expressions, LINQ to SQL, LINQ to XML and LINQ to Objects. This tool allows you to connect to a database, build your objects in the IDE for LINQ to Objects, and look at the results. Even better, the tool will show you the same query translated into a Lambda Expression and SQL (where it applies).
Add your comment