.NET IL Generation - Writing DeepCopy
Implementing a powerful object cloning library using IL generation.
This is the second part in a series of short posts covering code generation on the .NET platform.
Code Generation on .NET
A brief overview of code generation APIs in .NET
This is the first part in what's hopefully a series of short posts covering code generation on the .NET platform.