3/7/2003 2:10:41 PM
Creating Assemblies On The Fly Using Code DOMThe .NET Code Document Object Model (CodeDOM) classes allow you to create assemblies on the fly. This provides a powerful way to parse and emit compiled code via code. ASP.NET itself uses this technique internally. In this article I will show you how to create an executable consisting of a class, property and methods. After going through the article you will get a good feel of how CodeDOM works and how to work with some of the commonly used classes.
Other Headlines from DotNetBips ...
- Creating Assemblies On The Fly Using Code DOM
- Obtaining System Information
- Sorting Template Columns of ASP.NET DataGrid
Click here for more DotNetBips headlines
More Articles Headlines ...
- Using the XSD Inference Utility
- TaskVision Solution Overview: Design and Implementation
- Obtaining System Information
- CodeDOM: How to achieve code generation in .NET - Part 1
- The Low Down on ASP.NET DropDownList Control