Generating XMI or graphic UML diagrams (not code documentation) in C#.NET
Posted
by kozziou
on Stack Overflow
See other posts from Stack Overflow
or by kozziou
Published on 2010-05-07T10:35:00Z
Indexed on
2010/05/07
10:38 UTC
Read the original article
Hit count: 139
Is there any solution available for generating UML diagrams (or at least XMI files) in C#.NET?
Bear in mind that I don't want to reverse engineer my code but automate UML diagrams generation (different kind of them, mostly component diagrams).
© Stack Overflow or respective owner