Tool to UML model and C# code generation

W

William Stacey

Visio 2003 is in the Enterprise version of VS. It allows you to generate an
outline of C# from your UML or take your code and create UML.
 
R

Ron McNulty

I sat through a Microsoft conference presentation on this "tool", and was
completely underwhelmed (No round-trip engineering, no automatc UML diagram
generation and layout...). Borland do the job better, as do Sybase. In my
opinion, the Enterprise version of VS.NET is simply not worth the extra
money.

Regards

Ron
 
I

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

Hi,
I think that the best tool for this is Rational XDE, you have round trip
engineering, it's embedded on VS.NET IDE and works great , you can also have
your DB diagrams on the same project. It's expensive though.


Cheers,
 
B

Bob Cummings

Ignacio said:
Hi,
I think that the best tool for this is Rational XDE, you have round trip
engineering, it's embedded on VS.NET IDE and works great , you can also have
your DB diagrams on the same project. It's expensive though.


Cheers,
I have to agree XDE is a fantastik tool. The best part for me is the
auto sync feature. If I make a change in source code it is
automatically reflected in the model and vicea versa. That way the
model and the code are always in sync.

Cheers

Bob
 

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