G
Guest
Hi there, I figured that there must be someone knew this-- I'm looking for a
runtime expression evaluation engine for our business rule engine. A typical
case is passing in a expression at runtime and engine return a bool/
calculated result.
I found some code on the internet, like
http://www.codeproject.com/csharp/runtime_eval.asp. My concern is more on the
performance side ,and I'm wondering if this is the right path to go.
Welcome any inspiriting thought!
runtime expression evaluation engine for our business rule engine. A typical
case is passing in a expression at runtime and engine return a bool/
calculated result.
I found some code on the internet, like
http://www.codeproject.com/csharp/runtime_eval.asp. My concern is more on the
performance side ,and I'm wondering if this is the right path to go.
Welcome any inspiriting thought!