Community

Programming a Dynamic Method in C#

(Paul Kimmel) Until .NET 2.0, when emitting MSIL (Intermediate Language) by the Reflection namespace, you were required to generate a dynamic assembly and dynamic type to contain a method. Once created in memory these dynamic assemblies just hung around. In .NET 2.0 the DynamicMethod was introduced.

Read More - Register for Free Membership