MSDN Webcast: .NET CodeDOM Demystified

I’m doing a MSDN Webcast on 29th April:

 

MSDN Webcast: .NET CodeDOM Demystified

The CodeDOM namespace provides the .NET programmer a runtime infrastructure for generating and compiling source code (C#, VB.NET, ...) on-the-fly. Common uses for CodeDOM include template and proxy code generation as well as the dynamic creation and compilation of CLR-Types. The first part of this webcast demonstrates the CodeDOM as it is, where the second part is dedicated to some advanced concepts like on-the-fly proxy generation.

I’m really looking forward…