C#

Code Generation in .NET

I gave a work talk about code generation in .NET and various ways of doing it from stuff with in Visual Studio like snippets and T4 templates to more code based approaches like CodeDOM, expression trees and IL emitting. Most of examples were included in a handout for the talk.