BLOG Dynamic C# code compilation 05 July 2014 Previous post button Up to TOC button Next post button

February 2025 Update — This old post original made in July 2014 has been updated to demonstrate how C# code can be dynamically compiled and invoked on both .NET Framework and .NET Core.

A lot of the original discussion in this post has been moved into the code repository. For technical details about how the sample projects work, please see

https://dev.azure.com/orthogonal/CsCompile