0%
Loading ...

Dynamically executing code in .Net

Dynamically executing code in .Net

Dynamic code execution is a powerful feature that allows applications to be extended with code that is not compiled into the application. Users can customize applications and developers can dynamically update code easily. In this article, Rick takes a look what it takes to execute code dynamically with the .Net framework and introduces a class that simplifies the tasks by wrapping the details of the process in an easy to use interface that only requires a few lines of code.

Ling to full article here:
http://west-wind.com/presentations/dynamicCode/DynamicCode.htm