Archive

June 2023

Browsing

Dynamic code execution is a powerful feature that enhances application capabilities. In this article, we explore executing C# and Visual Basic code dynamically at runtime. Learn how to produce an assembly, execute it using reflection, handle compile/runtime errors using the Roslyn compiler.

Read More