I'm looking for a tool that would generate an UML diagram from a C# project or the compiled .NET dll. I've yet failed to come across any and the built-in basic class diagram generation in Visual Studio is not sufficient to my needs.
Any suggestions?
|
I'm looking for a tool that would generate an UML diagram from a C# project or the compiled .NET dll. I've yet failed to come across any and the built-in basic class diagram generation in Visual Studio is not sufficient to my needs. Any suggestions?
| |||||
feedback
|
|
We use Modelmaker. It can work with both Delphi and C# [http://www.modelmakertools.com/modelmaker/index.html%5D%5B1%5D Dave Craggs [Update] I should add that it does more than just diagrams, it can be used for reverse engineering, refactoring and the like. It's been going for a while now and has many great features. | ||||
|
feedback
|
|
The Guys at Tigris.org have also done some work on this. Open Source Link | |||
|
feedback
|
|
We use Enterprise Architect it is not free but it is pretty good tool for the price. It will generate the UML diagram from the C# source code. | |||||
feedback
|
|
The combination of Graphviz and Doxygen can generate some nice class diagrams (and much more) from C# source. Both tools are free. Here's an example:
| |||||||||||
feedback
|
|
Have you tried NDepend tool for .NET developers? It comes with both a dependency graph and a dependency matrix and integrates in VS. The graph and matrix can be generated from .NET assemblies and they are interactive. You can download and use the free trial edition for a while and make your own opinion. More on NDepend Dependency Graph
More on NDepend Dependency Matrix:
Disclaimer: I am part of the tool team | |||
|
feedback
|
|
You might want to try the code visualization and exploration tools in Visual Studio 2010 Ultimate. You can create sequence, dependency graphs, and layer diagrams from code. VS 2010 also supports UML class, sequence, component, use case, and activity diagrams. As for reverse-engineering UML diagrams, see this post on the VS Architecture & Modeling tools forum: Is it possible to reverse engineer C# code into an UML Class Diagram? I've posted more links on my profile for more info. | ||||
|
feedback
|