Introduction
LINQ Insight Express is a Visual Studio add-in that offers useful tools for LINQ and ORM development.
It provides tools for design-time LINQ query execution and preview of generated SQL and for profiling data access events from such ORMs as
Entity Framework, NHibernate, LinqConnect, and LINQ to SQL.
Supporting Version : VS 2010,2012,2013
I) Design-time LINQ Execution
II) LINQ Profiler
Design-time LINQ Execution
Benefits
Visual Studio Integration
Convenient Query Analysis
Design-time Operation
Support for Different Kinds of Queries
How to Use
To view SQL for a LINQ query, perform the following steps:
Right-click the query and select Run LINQ Query from the shortcut menu or place cursor over the query and press CTRL+SHIFT+R.
If your query depends on some variables, specify their values in the opened dialog box.
LINQ Profiler
Benefits
Advanced Profiler for Data Access Operations
Queries View with Summarized Information
Powerful Filtering
No Need to Modify the Project
How to Use
To start profiling a project, perform the following steps:
Open the LINQ Profiler window (select Other Windows - > LINQ Profiler from the View menu).
Click the Start profiler session button on the LINQ Profiler window toolbar.
Run the project to profile.
Download from Tool
LINQ Insight Express is a Visual Studio add-in that offers useful tools for LINQ and ORM development.
It provides tools for design-time LINQ query execution and preview of generated SQL and for profiling data access events from such ORMs as
Entity Framework, NHibernate, LinqConnect, and LINQ to SQL.
Supporting Version : VS 2010,2012,2013
I) Design-time LINQ Execution
II) LINQ Profiler
Design-time LINQ Execution
Benefits
Visual Studio Integration
Convenient Query Analysis
Design-time Operation
Support for Different Kinds of Queries
How to Use
To view SQL for a LINQ query, perform the following steps:
Right-click the query and select Run LINQ Query from the shortcut menu or place cursor over the query and press CTRL+SHIFT+R.
If your query depends on some variables, specify their values in the opened dialog box.
LINQ Profiler
Benefits
Advanced Profiler for Data Access Operations
Queries View with Summarized Information
Powerful Filtering
No Need to Modify the Project
How to Use
To start profiling a project, perform the following steps:
Open the LINQ Profiler window (select Other Windows - > LINQ Profiler from the View menu).
Click the Start profiler session button on the LINQ Profiler window toolbar.
Run the project to profile.
Download from Tool