class diagram generation tools?

D

Dan

Hello, I was wondering if anyone knows about a free tool which can build
graphical diagrams of C-sharp classes from CS code... When I programmed in
C++, I used doxygen to create my code documentation together with graphical
representations of classes with their relations using graphviz. Now I use
C-sharp with XML documentation and NDOC to create my CHM files
(http://ndoc.sourceforge.net), but it has no corresponding feature for class
diagrams generation. Is there anything around, or I'll have to draw them by
hand... :-(?

Thanks guys!
 
K

Kerry Sanders

Hello, I was wondering if anyone knows about a free tool which can build
graphical diagrams of C-sharp classes from CS code... When I programmed in



I have been playing around with Visio, but it is mostly manual. I would love to
see something automated that could do a lot of it for me. If you find anything,
please post about it here or email me.
 
J

Jeffrey Tan[MSFT]

Hi Tim,

I think you may refer to Microsoft Office web component to find if this was
what you want.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
D

Dan

Thanks guys, sadly I've found nothing... The only program I found is
WithClass 2000, which is overkill (and costs 800$!) for just having some
class charts in our documentation; it's an UML tool for code design and
reverse engineering; anyway here's the link: www.microgold.com.

If anyone finds something useful please post it here...
 
K

Kerry Sanders

Thanks guys, sadly I've found nothing... The only program I found is
WithClass 2000, which is overkill (and costs 800$!) for just having some
class charts in our documentation; it's an UML tool for code design and
reverse engineering; anyway here's the link: www.microgold.com.


I have seen WithClass. We tried it out when we were developing with Delphi. It
is a nice product, but as you mentioned, quite expensive.
 

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