LINQPad: A Lightweight SQL Studio Replacement for LINQ Developer
March 27th, 2009
Are you those people like me occasionally need try-and-error in order to figure a relative complicated LINQ statement?
Are you those people like me love to have a interactive LINQ shell to evaluate ideas quick ? Then here you go!
LINQPad lets you interactively query SQL databases in a modern query language:LINQ. Kiss goodbye to SQL Management Studio!
LINQPad supports everything in C# 3.0 and Framework 3.5:
- LINQ to SQL
- LINQ to Objects
- LINQ to XML
For basic features it is free, and it only costs $7 bucks to get the Auto-completion, which is a must have IMHO. And the best part is you can even run code snippet in the editor!
Nice table views
Technorati Tags: LINQ
