why can't vs 2005 class designer do UML

B

bonk

Why can't the class designer of VS 2005 visualize the classes and the
class hierarchy in UML? What options do I have if I want to
automatically create a uml Diagramm of my c# classes in UML ?
 
J

Joanna Carter [TeamB]

"bonk" <[email protected]> a écrit dans le message de (e-mail address removed)...

| Why can't the class designer of VS 2005 visualize the classes and the
| class hierarchy in UML? What options do I have if I want to
| automatically create a uml Diagramm of my c# classes in UML ?

Take a look at ModelMaker www.modelmakertools.com , it is a two-way UML/C#
or Delphi CASE tool that integrates into the the Visual Studio IDE. Not only
can you visualise code into UML, you can also edit the diagrams and see the
changes in your code (or vice versa) What is more, ModelMaker does not rely
on completely compilable code, as its OO model is stored independently, with
both the code and the diagrams being different views of the same underlying
model.

Joanna
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

Another options is Rational ClearCase, but I haven't hear if they support
2.0

cheers,
 
C

Christoph Nahr

Why can't the class designer of VS 2005 visualize the classes and the
class hierarchy in UML?

Probably because they decided that properly implementing the UML
standard was too much work...
What options do I have if I want to
automatically create a uml Diagramm of my c# classes in UML ?

Enterprise Architect Professional offers reverse engineering of C#,
and for less than $200: http://www.sparxsystems.com.au
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top