Pete SheillDeveloper on the CLR teamCodeDOM and Memory Usage- October 18, 2007 CodeDOM is used by several other library components including WinForms, ASP.NET, XSLT and Web Services. It can be used to automatically generate code at design time, such as from a visual form, and it can be used to generate code at runtime, "on the fly", for performance. It provides fast performance because the code is compiled into an assembly, loaded by the CLR and then JIT compiled into native code. It's been used successfully in many contexts since it was first released...http://blogs.msdn.com/psheill/archive/2007/10/18/codedom-and-memory-usage.aspx |