LINQ Insight is a Visual Studio add-in that enables you to run LINQ queries in Visual Studio at design time without initiating a debug session. Instead, it can test queries right after they're written. LINQ Insight also comes with a strong ORM Profiler tool for profiling your projects' data access layer and tracking all ORM calls and database queries.
LINQ Insight Features *After you've written your LINQ queries, you can immediately test them. *Check to see if the query gives accurate results. *Analyze the resulting SQL to determine the query complexity. *Assess the performance of your data access code. *Profiling quickly without having to change your project. *Get a better understanding of how ORM and the database interact.