http://www.linqpad.net/

Well, you don't have to!  LINQPad lets you interactively query databases in a modern query language: LINQ.  Kiss goodbye to SQL Management Studio!

LINQPad supports everything in C# 4.0 and Framework 4.0:

  • LINQ to Objects
  • LINQ to SQL and Entity Framework
  • LINQ to XML

And that's not all - you can also query:

LINQPad is also a great way to learn LINQ: it comes loaded with 500 examples from the book, C# 4.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 LINQ tool: it's an ergonomic C#/VB scratchpad that instantly executes any C#/VB expression, statement block or program with rich output formatting – the ultimate in dynamic development. Put an end to those hundreds of Visual Studio Console projects cluttering your source folder!

Best of all, LINQPad standard edition is free and can run without installation (or with a low-impact setup). The executable is 3MB and is self-updating. There is even a version that runs in a web browser.

image

 

예전보다 훨씬 안정적으로 잘 돌아가네요 ㅋㅋ

도움말도 친절하고

image

미리들어가있는 예제

image

+ Recent posts