PreviousNext

.NET - Dynamically generating classes in runtime

by bill-s, 2017-03-30T21:36:48.000Z

Reflection API in .NET is one of the most powerful and incredible features of it. And along with DLR it enables a whole new look at what can be done in .NET languages.

Read More