Roslyn (1)

Compiling C# Code Into Memory and Executing It with Roslyn
31 March 2015 ยท 3 minutes read

Let me show you how to compile a piece of C# code into memory and execute it with Roslyn. It is super easy if you believe it or not :)