Click here to Skip to main content
15,881,898 members
Articles / Desktop Programming / WPF

ExpressionTree Visualizer in WPF

Rate me:
Please Sign up or sign in to vote.
4.88/5 (8 votes)
24 May 2010CPOL4 min read 36.5K   397   19  
A short project that displays a LINQ Expression tree in WPF.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpressionsWpf", "ExpressionsWpf\ExpressionsWpf.csproj", "{FA3B4F11-E25F-48F6-9C74-E89541AF3C59}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{FA3B4F11-E25F-48F6-9C74-E89541AF3C59}.Debug|x86.ActiveCfg = Debug|x86
		{FA3B4F11-E25F-48F6-9C74-E89541AF3C59}.Debug|x86.Build.0 = Debug|x86
		{FA3B4F11-E25F-48F6-9C74-E89541AF3C59}.Release|x86.ActiveCfg = Release|x86
		{FA3B4F11-E25F-48F6-9C74-E89541AF3C59}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Leaseplan Corporation
Netherlands Netherlands
Gert-Jan is a Senior Quantitative Risk Manager at Leaseplan Corporation. In that job he doesn't get to code much he does these little projects to keep his skills up and feed the inner geek.

Comments and Discussions