Development using UML

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Has anybody used UML to design, develope and further generate code into
..NET?, if so, would you please tell me about your experience, has it been
good?,

Thank in advance
 
I've used Visio for this and I think that was good experience. It certainly
was easy, especially if you have Visio 2003 for Enterprise Architects.
 
Ralph said:
Has anybody used UML to design, develope and further generate code
into .NET?, if so, would you please tell me about your experience,
has it been good?,

If you have Visual Studio for Enterprise Architects then it comes with Visio
for Enterprise Architects which allows you to create UML diagrams and then
convert them into .NET class files. It also allows you to convert ORM
database diagrams into ER diagrams can then directly create the database for
you from your design.

Although Visio 2003 Pro allows you to create the diagrams, it does not allow
you to convert them into code / databases. Therefore if you are really into
Architecture then it is worth investing the extra money.
 
Thank you for answering

CT said:
I've used Visio for this and I think that was good experience. It certainly
was easy, especially if you have Visio 2003 for Enterprise Architects.
 
Thank you

Leon Mayne said:
If you have Visual Studio for Enterprise Architects then it comes with Visio
for Enterprise Architects which allows you to create UML diagrams and then
convert them into .NET class files. It also allows you to convert ORM
database diagrams into ER diagrams can then directly create the database for
you from your design.

Although Visio 2003 Pro allows you to create the diagrams, it does not allow
you to convert them into code / databases. Therefore if you are really into
Architecture then it is worth investing the extra money.
 

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

Similar Threads

Please recommend an UML for dotNet development 3
is UML usefull? 1
OT: Importance of UML 7
.NET & UML 3
does a software architect need UML skills? 27
Modelling Software 2
UML tools for .net 3
How useful is UML? 7

Back
Top