Home Page
Categories: LINQ
Latest version: 1.0
Added 2008-03-31
LINQ educational tool that allows you to see what is going on at every step of your LINQ queries.
Q-Expose displays in tabular form the results of each step of a LINQ query.
Features include:
- Supports LINQ to Objects and with minor limitations LINQ to XML. Does NOT support LINQ to SQL or LINQ to Entities (except for simple queries).
- LINQ queries and their inputs and outputs are captured at every step of their execution. All fields implemented as IEnumerable can be recursed to an unlimited number of levels.
- It is possible to move both forward and backward in the history of a LINQ query by clicking on the appropriate method.
- Multiple breakpoints can be defined.
- Breakpoints can be saved to disk for later viewing. This is especially useful when analyzing LINQ operations that have occurred on a remote computer.
 Built for .NET 2 |