dotnetcurry / Dynamic-Class-Creation-Roslyn

This article discusses an approach to take advantage of Roslyn to increase the amount of dynamic language features we can use into our C# programs. This approach preserves type safety if required and enhances the performance of dynamically added code when compared with using ExpandoObject instances. Read this article in the 8th Anniversary editi…
12Updated 4 years ago

Related projects

Alternatives and complementary repositories for Dynamic-Class-Creation-Roslyn