Compiling C# code at runtime
This article provides informations about compiling C# code at runtime from a text source. We'll use the Roslyn compiler to dynamically build in-memory assembly. Prerequisities create Console Application .NET Core…
0 Comments
January 17, 2021