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).
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).
Similar question: http://stackoverflow.com/questions/1716119/free-uml-drawing-library-for-net
nUML might work for you.