Reputation: 2443
I have a general question about UML.
Do you know about a tool (free) that diagram all the connections (aggregate) and inheritance that are in a program.
I want a combination of static UML + the aggregation between all objects (if exists).
I am working on C#, VS2005 tool and have at home 2008 tool
Thanks
Upvotes: 0
Views: 960
Reputation: 860
You can use Edraw for creating and linking of static UML + the aggregation between all objects..
Upvotes: 0
Reputation: 4312
Though there is limited/no support for Visual Studios 2005 or 2008 Visual Studio 2010 includes a visualization and modelling pack. As well as this visual Paradigm offers a free community version of its software.
Upvotes: 0
Reputation: 4363
VisualStudio 2010 has some kind of pack for that: Microsoft Visual Studio 2010 Visualization and Modeling Feature Pack
I've been using ArgoUML: http://argouml.tigris.org/
Upvotes: 1