LINQ Insight 3.0 is released!

Discussion of issues, suggestions and bugs of LINQ Insight, Visual Studio add-in for design-time executing LINQ statements, that simplifies debugging LINQ
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

LINQ Insight 3.0 is released!

Post by Devart » Mon 10 Jun 2013 16:42

Dear users,

Devart is glad to present the new version of LINQ Insight 3.0 - a Visual Studio add-in that allows executing LINQ queries at design-time. The new version introduces ORM Profiler tool that allows you to profile ORM calls and data access events.

Now development of ORM based data access code is even more effective with LINQ Insight true ORM profiler tool. Unlike most profilers, our ORM Profiler allows you to see all the details of the ORM calls: context creation and disposing, LINQ statement text, generated SQL, and database calls, executed for the LINQ statement.

With our ORM Profiler there is no need to modify your project at all! Just open the LINQ Profiler window and click the Start profiler session button on its toolbar. Then run your project and get real-time data on ORM events in the LINQ Profiler window.

To know more about ORM Profiler, visit the Profile LINQ Easily with LINQ Insight page.

Here is the complete list of LINQ Insight 3.0.261 features:
  • ORM profiler is added
Devart development team
http://www.devart.com/linqinsight/

Locked