Sunday, November 15, 2009

Runtime IL code generation made simple

An introductory-level article about dynamic runtime code generation in .NET using System.Reflection.Emit. Starting with some examples of successful stories article gives simple informal introduction to Common Intermediate Language and practical hints how to learn it fast. Article gives examples of code, links to useful tools and libraries, DOs and DON’Ts, highlights some interesting use cases and finally compares System.Reflection.Emit with System.CodeDom.

Download article:

1 comment:

Ivan Danilov said...

Thanks a lot! It was very interesting :)