C# Developers' Journal (original) (raw)

11:36a

Scripting in C# I work in a project, where we need to do tons of validations. The problem is, that hard coding would take weeks. So we thought about using short scripts, which we could store in a database. Using a search engine, I found, that there's an API to the JScript and VBScript engine in the .net framework (Microsoft.Vsa, Microsoft.JScript.Vsa and Microsoft.VisualBasic.Vsa). But when I looked in the class library reference, there was a "obsolete" mark on all three namespaces.

Does anyone know an open source scripting engine we could use? Or does someone know a way to solve our problem?

Current Mood: blank