Tagged Questions
1
vote
2answers
322 views
How to create CodeFunction2 with IEnumerable<> Type?
I really need to create something like the following, I am building 2 classes, the first is a class with the name of tableNameAsSingular (i.e AddressEntity) , in my second worker class I need to ...
0
votes
2answers
516 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 ...