Skip to content

jimitndiaye/Dynamic-Class-Creation-Roslyn

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%