C# Modelling Tools

  • Thread starter Thread starter James Dean
  • Start date Start date
J

James Dean

Hello all,
Code has been automatically been created for me. What i want is some
kind of moddelling tool to describe this generated code..........to
describe what the systems classes, behaviours and class attributes
are.......
Thanks in advance.
 
Borland's Together looks interesting for this
(http://www.borland.com/together/msvs/index.html). I saw a presentation at
Microsoft (in Canada) about this product. I have downloaded the demo but
haven't run it yet. The cool thing about Together is that it syncs
(realtime) the model with your code so as you change either, they both stay
in sync.

Deklarit also looks interesting, but I've never seen it in action
(http://www.deklarit.com).
 
Code has been automatically been created for me. What i want is some
kind of moddelling tool to describe this generated code..........to
describe what the systems classes, behaviours and class attributes
are.......

Borland's C# Builder has built-in modeling (from TogetherSoft, I
think). Not sure which editions have it, but you can download an eval
copy of their highest level (Architect) which definitely has it.

Open your class/project. Then use the model view on upper left pane.
It will give you a tree structure of all the items in your project.
Just choose which you want to see on diagrams (right-click option).

Sean Durity
 
Back
Top