Is there a way to dynamically execute code contained in a string using .net 2.0, in a similar way to eval() in javascript or using sp_executeSQL in tsql?
I have a st
I think it's possible using reflection.emit and codedom to do this, but it's not at all trivial and I advise against it.
As an alternative, you could try configuring a format string, possibly in addition to the regex.