Tagged Questions

1
vote
1answer
551 views

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

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 ...