Browse by Tags

Debugging Expression Trees in Visual Studio 2010
19 November 09 08:05 PM
First of all, let’s take a look at the example from one of my previous posts . It creates an expression tree for calculating the factorial of a number. ParameterExpression value = Expression .Parameter( typeof ( int ), "value" ); ParameterExpression Read More...
Generating Dynamic Methods with Expression Trees in Visual Studio 2010
14 September 09 06:37 PM
Expression trees first appeared in Visual Studio 2008, where they were mainly used by LINQ providers. You can use expression trees to represent code in a tree-like format, where each node is an expression. You can also convert expression trees into compiled Read More...

This Blog

Syndication

Page view tracker