-
Dynamic code execution in Roslyn
The original article about dynamic compilation in .NET Framework is a cool war story, sure. But aren't you even a little bit curious how to use .NET Core and Roslyn to achieve similar levels of irresponsibility as a developer? Or just how to execute code dynamically for more... reasonable purposes?
-
Type-safe dynamically compiled C# code in .NET Framework
How to implement all the glorious upsides of PHP-style live edits on prod, along with every single one of its caveats, drawbacks, and other headaches. And then avoid adding any extra ones.