Well, you don't have to! 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
LINQPad is also a great way to learn LINQ: it comes preloaded with 200 examples from the recently released C# 3.0 in a Nutshell. There's no better way to experience the coolness of LINQ and functional programming.
And LINQPad is more than just a querying tool: it's a code snippet IDE. Instantly execute any C# 3 or VB 9 expression or statement block!
Best of all, LINQPad is free and needs no installation: just download and run. The executable is under 2MB and is self-updating.

LINQPad是一款强大的交互式工具,支持使用LINQ语言查询SQL数据库,告别传统的SQL Management Studio。它不仅包含了LINQ to SQL、LINQ to Objects和LINQ to XML等功能,还预装了200多个C#3.0 in a Nutshell的例子帮助用户快速上手。此外,LINQPad还能作为代码片段IDE,即时执行C#3或VB9表达式。
1万+

被折叠的 条评论
为什么被折叠?



