vote up 2 vote down star
3

Are there any free tools to automatically create UML diagrams from an existing .Net/Visual Studio 2005 projects?

flag

Maybe you could be a bit more specific as to exactly what sort of diagram you'd like? Is the class diagram tool not good enough for your purposes? – Noldorin Apr 24 at 0:15
umm, what class diagram tool? – Ash Apr 24 at 4:44

1 Answer

vote up 7 vote down check

If you are using Visual Studio Team Suite 2005 (note: not 2008) I believe you have the option to reverse engineer the .Net code into UML in Visio, Note, this doesn't apply to Visual Studio Team Suite 2008!

To reverse engineer .Net code into UML with Team Suite 2005 you should be able to click on the following menu items: Projects -> Visio UML -> Reverse Engineer.

For Team Suite 2008 (just as an FYI, since you are using VS 2005), MSDN has this interesting link which has probably come from this MSDN Thread on the topic for Visio & VS 2008 which also lists some alternative UML modelling tools.

Also there's a list of free UML tools on this blog entry here they've listed the following:

The agilefactor DotNet2UML utility reads .NET assembly metadata using .NET reflection features and creates an XML representation of the resulting UML called XMI. This XMI can then be imported into most UML tools.

uml2svg is an XSLT-based tool for converting XMI-compliant UML Diagrams into SVG.

link|flag
The DotNet2Uml link seems dead. – Ash Apr 24 at 4:48
1  
Here's an updated link: sharptoolbox.com/tools/dotnet2uml – Rob Sanders Apr 24 at 7:40

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.