The LLBLGen Pro Designer The powerful LLBLGen Pro Designer is fully integrated in Visual Studio (2010/2012) and can also be used stand-alone. It's the best choice for working with several O/R Mapping frameworks. It's flexible, allowing you to config
ORMProfiler是Solution Design公司也就是LLBLGen开发公司的另一款产品。以下是ORMProfiler的官方简介: ORM Profiler helps you to know exactly what your code does: •Find data-access anti-patterns and programming mistakes •Find inefficient use of the database •Find slow queries •Gai
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# 5.0 and Framework 4.x: LINQ to Objects LINQ to SQL, Entity Framework L
It is an O/R (Object-Relational) mapping tool, with some similarities to Hibernate or LlblGen. LINQ is type-safe, queries get compiled into MSIL on the fly, and your C# WHERE clauses are translated into SQL and sent to SQL server for execution. In s