Changes between Initial Version and Version 1 of CodeDom
- Timestamp:
- 05/08/08 09:58:40 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodeDom
v1 v1 1 The CodeDom enables language independent code generation. Tools create a CodeDom data structure and then the language support translates that into source. Therefore, a tool can generate code in any language that implements the CodeDom even if it's never "seen" that language before. This is one of the pillars of .NET being a multi-language environment. 2 3 See also http://www.google.com/search?&q=CodeDom