.NET & UML

J

Jim Douglas

Can anyone point me, and probably others, to some type of tutorial of UML
that would include a real world application. I have been reading and trying
to put it all together but there is sooo much to understand. For me being
able to review the documents and the objects related would help me realize
how to utilize the UML stuff.

Also, is anyone using UML for their current projects? Thinking about it,
tried it and said hell no?



Thanks!


--



Jim Douglas
www.genesis-software.com
Carrollton, TX USA 75006
Latitude 32.9616
Longitude 96.8916
 
A

Among Thieves

Jim said:
Can anyone point me, and probably others, to some type of tutorial of UML
that would include a real world application. I have been reading and
trying
to put it all together but there is sooo much to understand. For me being
able to review the documents and the objects related would help me realize
how to utilize the UML stuff.

Also, is anyone using UML for their current projects? Thinking about it,
tried it and said hell no?



Thanks!

Beware of methodology.
 
W

William Stacey [MVP]

The natural problem with UML is that is all you end up doing - updating the
UML to match the program. MS is coming out in VS 2005 with Whitehorse. It
is not standard UML, but is fitted directly to your code so round-tripping
works. So you get the benefits of logical design all the way down to code
and when you change the code the designer changes. I think you need Team
System to try this out.
 
N

Nick Malik [Microsoft]

Just to add to other answers:
If you want to see how standard UML becomes C# code, download a trial
version of Enterprise Architect from Sparx systems. Draw up some class
diagrams and export to code. Round-tripping works nicely in this tool, and
the diagrams are UML standard.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 

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