Compiling .NET code on-the-fly

I Was looking for an ASP web control that looked like the Microsoft menu. See www.microsoft.com But then I stumbled into this very interesting article....

Sometimes it is useful to add some programmability to your projects, so that a user can change or add logic. This can be done with VBScript and the like, but what fun is that when .NET allows us to play with the compiler? Obviously, your compiled "script" is going to be much faster than interpreted VBScript or Jscript.

See the complete article Here

Published 06-10-2004 10:56 AM by Patrick Wellink
Filed under: