Does anyone know of a C# script interpretor? -
01-29-2005
, 12:16 AM
I would like to store C# scripts in DB fields so I can modify
functionality according to business rules that change frequently.
I need ADO.NET support also...
I guess I can use CodeDom if I need to, but a third-party script
interpretor would likely save me a lot of time.
Eric |