The Expression Tree Visualizer can be used in a debug environment to visualize expressions.
This console program provides the ability to host the visualizer outside Visual Studio without having to copy the DLL.
The visualizer window sometimes becomes hidden if you run this program in console mode. Try by using the GuiHost instead of the ExpressionTreeVisualizerApplication.
Note: |
|---|
Many
LINQ samples require XML files and/or the version of the Northwind sample database that is located in the Data sample. If you install the Data Sample in the same parent folder as the other LINQ samples, the path for the XML files and database file will be resolved automatically. Many sample files also require the Object Dumper Sample project.
|