LINQ Insight is a Visual Studio add-in that allows to execute LINQ queries at design-time directly from Visual Studio without starting a debug session, allowing you to test queries instantly after you write them. LINQ Insight also provides a powerful ORM Profiler tool for profiling the data access layer of your projects and tracking all the ORM calls and database queries from the ORM.
LINQ Insight integrates into Visual Studio 2010, 2012 and 2013. Entity Framework 6 is now supported in the latest version of the product.
Key features:
* Design-time LINQ Query Execution. LINQ Insight allows you to test LINQ queries at design-time. Just execute LINQ queries right from Visual Studio editor and view the result without leaving the IDE.
* ORM Profiler. LINQ Insight offers true ORM profiler. It allows you to really profile application interaction with ORM runtime. With LINQ Profiler tool you can see how much time LINQ statement or SubmitChanges call takes to execute as a whole even if it generated multiple SQL statements.