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.
 
Back
Top