I am currently browsing my way through all the new features added to the Visual Studio 2010 Beta 1 development environment, and I have found a feature that I hope will be very useful to me. UML modeling tool in an architecture editor. I wanted to create a new test project, nothing special. I started by creating only a standard UML boolean diagram. Then, after I finished, I wanted to export my diagram to C # code with class stubs, but I could not figure out how to do this. Therefore, of course, I consulted with MSDN, but I could not find links to the design approach from top to bottom and seemingly refused it. Then I ended up on Channel 9, and I watch the video from top to bottom, and they refer to the ability of Visual Studio 2010 to complete this task.
So, I think my question is, can Visual Studio 2010 take a logical class diagram and generate code stubs?
I am currently using Visual Studio 2010 Beta 1 Team System on Windows 7 (if that helps anyone).
thanks
source share