What is LINQ Insight?
LINQ Insight is a Visual Studio add-in that allows users to execute LINQ queries at design-time directly from Visual Studio without starting a debug session. This solution allows users to test queries instantly after writing them. LINQ Insight also provides an ORM Profiler tool for profiling the data access layer of projects and tracking all the ORM calls and database queries from the ORM.
