I was wondering if it was possible to compile, and run stored code, without generating an exe or any type of other files, basically run the file from memory.
Basical
Look into System.CodeDom. It will do exactly what you are looking for.
System.CodeDom