
What is the purpose of CodeDom in .NET?In general,
you will be writing source code for your program. What if you have to
implement the same functionality in many other .NET languages? Then you
will manually create source code in each of the language, implementing
the same functionality. Instead, what if you get an option to generate
the source code automatically? Such provision is provided by CodeDOM.
CodeDOM stands for Code Document Object Model. It generates source code
automatically. Limitations
of CodeDOM:
_______________________________________________________________________
FREE
Subscription
Subscribe
to our mailing list and receive new articles Note
: We never rent, trade, or sell my email lists to Visit
.NET Programming Tutorial Homepage ______________________________________________________ |