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