Pages

Thursday, November 11, 2010

LINQ Pad

I have been playing around with Entity Framework 4 and WCF Data Service lately. Whilst reading through some articles on these topics, I found this cool tool to play around with LINQ.

LINQPad interactively lets you query data sources in a modern query language. It supports everything in framework 4.0:

  • LINQ to Objects
  • LINQ to SQL
  • LINQ to Entity Framework
  • LINQ to XML
  • OData/WCF Data Services
It also comes loaded with lot of examples which can help you to learn LINQ. You can also execute C#/VB expression, statement block or program with rich output formatting.

LINQPad standard edition is free to download and use, but you can also get the premium edition with support for auto completion and some other features. So check it out http://www.linqpad.net/

No comments:

Post a Comment