557 Views
This is first part of a series about writing expression evaluator in C#. Even though there are several of them available already I decided to write my own as this one is based on expression trees and is very simple. The evaluator supports numeric expressions as well as expression with parameters.
1 comments
mcnamaragio
2/28/2012 3:11:28 AM
Part two available at http://dotnetkicks.com/csharp/http_www_aboutmycode_com_net_framework_building_expression_evaluator