LINQ Insight

  1. LINQ Insight seamlessly integrates into Visual Studio.

    기능: With LINQ Insight you can write your LINQ Queries in the Visual Studio code editor using all its features (syntax highlighting, intellisense, etc.) and then execute them right from your code with no preparation or query modification. All LINQ Insight ...

  2. Convenient query execution, no need to prepare the query or context, just run it.

    기능: LINQ Insight executes LINQ queries and allows you to view the generated SQL and returned data at design-time. Unlike other LINQ debug visualizers it does not require you to start a debug session, and you don't need to make any changes to queries or ...

  3. View the generated SQL with the parameter values used.

    기능: LINQ Insight allows you to view SQL, generated for LINQ to SQL, LINQ to Entities, LINQ to NHibernate, and LinqConnect queries at design-time. ...

  4. View data with sorting, grouping, filtering etc.

    기능: The returned data is displayed in a grid, where you can sort and group, and filter this data. LINQ Insight returns data in object form, all queries are performed through the used ORM, no emulation is used. It provides convenient ways to browse data of ...

  5. Support for different LINQ providers & LINQ queries.

    기능: LINQ Insight supports LINQ to Entites (Entity Framework), LINQ to NHibernate, LINQ to SQL, LinqConnect, LINQ to XML, and LINQ to Objects. LINQ Insight can execute both usual LINQ queries and queries through extension methods. It also supports anonymous ...