Generating XMI or graphical UML diagrams (not code documentation) in C # .NET

Is there any solution for generating UML diagrams (or at least XMI files) in C # .NET?

Keep in mind that I do not want to reverse engineer my code, but to automate the generation of UML diagrams (their various types, mostly component diagrams).

+2


a source to share


1 answer


Similar question: Free UML Library for .NET



nUML might work for you.

+1


a source







All Articles