Wiki

Changes between Version 1 and Version 2 of CodeDom

Show
Ignore:
Timestamp:
12/13/08 19:48:20 (16 years ago)
Author:
gauthier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeDom

    v1 v2  
    11The 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. 
    22 
     3see ticket:18 for Cobra's CodeDom implementation status 
     4 
    35See also http://www.google.com/search?&q=CodeDom 
     6