Thumbnail View Resource
Source

http://www.codeproject.com/favicon.ico www.codeproject.com (The Code Project), posted 2010-05-24

Added By

Avatar BillHenn on 2010-05-24

Vitals
0score
  • 4737 total views
Summary
A Visual Studio visualizer that displays a Linq Expression tree in WPF.
Excerpt
"When playing around with Linq Expressions it's important to get a good grasp of what's going on. Visualizing the tree is a key tool in that understanding. Visual Studio 2010 has a Debugview (shown on the left) that displays the expression in a metalanguage that's didn't quite work for me and hides the treelike stucture of the beast. The standard quickview in the debugger displays every property and subclass, this also distracted me from the essence. The included code enables the user to navigate the essence of Expression trees. It zooms in on those nodes in the tree that derive of System.Linq.Expressions.Expression. I believe it should be simple enough to change the implementation to display the trees in whatever way the user feels useful."
Full Link

http://www.codeproject.com/kb/wpf/wpfexpressiontree.aspx

About The Code Project

The Code Project is a community of software development and design developers joined together with certain common goals: to learn, to teach and to have fun programming. Developers from all over the world come together to share source code, tutorials and knowledge for free to help their fellow programmers. It is extremely popular and is one of the best places on the web to look for open source implementations of .NET control, components, and techniques. http://www.codeproject.com/

The WPFpedia resource guide has 238 total links to this site.

Comments 

There aren't any comments yet for this resource. Be the first to add one!

Add a Comment

Please log in to post comments.

Tags

Tasks

Thumbnail Screenshots by Thumbshots