2012年12月22日 星期六

[.NET] 輔助開發工具

Entity Visualizer

Entity Framework Debugger Visualizer to display SQL source code generated by Entity Framework.

ADO.NET Entity Framework Query Samples


ADO.NET Entity Framework Query Samples is a small Windows Forms program which contains several basic Entity SQL and LINQ to Entities queries against that NorthwindEF Entity Data Model (a modified version of Northwind).
Its goal is to help you learn the features of the different query languages available in the Entity Framework, and to let you visualize how the results and the translated store queries look like.

LINQPad


LINQPad supports everything in C# 5.0 and Framework 4.x:
And that's not all - there's also specific support for:
LINQPad is also a great way to learn LINQ: it comes loaded with 500 examples from the book, C# 5.0 in a Nutshell.  There's no better way to experience the coolness of LINQ and functional programming.