In .NET is it possible to generate class diagrams (.cd) programmatically (C#)? If so how?
PD: Obviously I’m not asking for directions of how to generate this using the IDE. I know that I can drag and drop the classes to a ClassDiagram item.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I just opened a .cd file using notepad, it’s plain XML… I shouldn’t be that hard to generate it programmatically.