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.
In Mono you use CSharp.Evaluator. It works truly in memory v. some of the other solutions mentioned that write out and read back in a file under the hood.