Tagged Questions
0
votes
2answers
505 views
Are there differences between EnvDTE or CodeDom when generating Code
I have the requirement to generate and read some CS classes with a DSL, I have adopted one method for reading the CS files using EnvDTE and my colleague has used CodeDom to produce the CS files.
Is ...