Here’s an interesting little class that I initially created to do dynamic arithmetic. However, after getting the concept up and running, it turns out to be a lot more powerful. The idea is to start up a hosted JavaScript runtime inside the CLR runtime and present it with string of JavaScript code for immediate inlineContinue reading “C#-powered JavaScript Expression Evaluator”