One of the great new features within .NET are the little known CodeDOM classes. Although, not something that you're going to use in your day-to-day winforms development, the CodeDOM is something that I wanted to bring to peoples attention. It is certainly a very useful skill when it comes to developing addins or other software that requires language independant code generartion or on the fly assemblies compilation.
[read article...]