James Conigliaro
James Conigliaro

Reputation: 3829

Visual Studio 2010 UML Resources

I'm looking for reference material pertaining to UML support in 2010. I've been playing around with the UML diagrams and am looking for any sort of feature lists, how-to's, what does/doesn't work, etc. I've seen references to reverse engineering projects into UML models, don't see support for that yet. I also understand that the code generation from UML models may not be there yet either.

I realize that as a Beta 2 it's documentation isn't anywhere close to ready, so I'm just trying to collect any reference material posted by either MS or anyone else that has been poking around with the tools.

Upvotes: 2

Views: 1015

Answers (3)

GarethJ
GarethJ

Reputation: 6606

There's a great new screencast series here showing usage of the UML support in VS2010 worked through a variety of scenarios.

Link

Upvotes: 1

Harold
Harold

Reputation: 1

The UML Resource Page at www.excelsoftware.com/uml.html has links to tools, books, videos and white papers to learn and use UML for software design.

Upvotes: 0

Esther Fan - MSFT
Esther Fan - MSFT

Reputation: 8516

You can find the RC docs for the UML tools in VS 2010 here: Modeling the Application.

You can also browse community articles linked from my Twitter page: http://twitter.com/ModelingApps

I've posted more links on my profile for more info.

Upvotes: 1

Related Questions