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).
a source
to share