LINQ Insight icon
LINQ Insight icon

LINQ Insight

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 screenshot 1

Cost / License

  • Pay once
  • Proprietary

Platforms

  • Windows
  • Microsoft Visual Studio
-
No reviews
6likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

  • ravendb
  • orm-profiler
  • debugging-linq
  • linq-execute-query
  • linq-query-visualizer
  • nhibernate-profiler
  • visual-studio-plugin
  • entity-framework-profiler
  • execute-linq
  • linq-to-entities
  • debug-visualizer
  • linq-to-objects
  • linq-to-xml
  • debug-linq
  • linq-to-sql

LINQ Insight News & Activities

Highlights All activities

Recent activities

No activities found.

LINQ Insight information

  • Developed by

    CZ flagDevart Ltd.
  • Licensing

    Proprietary and Commercial product.
  • Pricing

    One time purchase (perpetual license) that costs $0.
  • Alternatives

    2 alternatives listed
  • Supported Languages

    • English

Popular alternatives

View all
LINQ Insight was added to AlternativeTo by Devart on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is LINQ Insight?

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. Unlike different LINQ debug visualizers, LINQ Insight does not require you to start debugging and step to the LINQ query execution for viewing returned data and generated SQL. 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. Test your LINQ queries instantly after you write them.

LINQ Insight detects the used context and connection string automatically. LINQ Insight displays the returned data in a powerful grid with advanced data grouping, sorting and filtering. LINQ Insight supports both usual LINQ queries and queries through extension methods and can work with anonymous queries, for example, with immediate ToList calls.

  • 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.

You profile exactly the code you write and study the real performance of your LINQ code. To start profiling a project you just need to open the LINQ profiler window, click the Start profiler session button on its toolbar. Then run the project and real-time data on ORM events.

Official Links