UML an assembly

  • Thread starter Thread starter Tommy
  • Start date Start date
T

Tommy

hi

I am currently having a third party .NET assembly written in CSharp
in my project. In order to fully utilize the function, I am thinking
of creating a UML class map would help me a lot in understand it. Is
there any existing tool that can accomplish this function, thanks in
advance.
 
Hi,

For creating UML diagrams you can look at Visio for Enterprise Arrchitects
or Rational XDE. Either of these integrate well with Visual Studio .NET,
which allows you to reverse engineer your code as well.

Hope this helps...

Regards,
Madhu

MVP - C# | MCSD.NET
 
I am currently having a third party .NET assembly written in CSharp
in my project. In order to fully utilize the function, I am thinking
of creating a UML class map would help me a lot in understand it. Is
there any existing tool that can accomplish this function, thanks in
advance.

Sparx Enterprise Architect (http://www.sparxsystems.com.au)
Cheap but very powerful, though not too well documented.

Not to be confused with other products called "Enterprise Architect",
such as Microsoft's VS version or another UML tool by another company.
 
For creating UML diagrams you can look at Visio for Enterprise Arrchitects
or Rational XDE. Either of these integrate well with Visual Studio .NET,
which allows you to reverse engineer your code as well.

Integration with VS has nothing to do with reverse-engineering code.
..NET assemblies come with full type information which is all a UML
tool needs to create diagrams from code.
 
Back
Top