Possible Duplicate:
Compile and run dynamic code, without generating EXE?
How to Compile the .cs file into .dll in C#.Net programtically?
In .NET 4.0 i would like to do the following.
- Write cs files at runtime.
- Compile cs files at runtime.
- Create Instances of these files at runtime.
Is it possible and how?