Issue 489 · Week of May 17, 2026
Feed Jobs Search Platform About Donate
← Back to feed / //dotnet

Generating C# .NET Classes at Runtime

Read full article Discuss
There’s been several times in my C# career where I’ve had to generate new class types at runtime. Hopefully writing about it will help others in the same situation. It also means I won’t have to look up the same StackOverflow articles again in the future! Whilst I originally did this in .NET 4.6.2, I’ve provided samples for the newer .NET Core 3.0. All code is available on my public GitHub