开发者

Visual Studio 2010 Professional: class diagram tool

开发者 https://www.devze.com 2023-01-18 05:01 出处:网络
I would like to visually design my classes first and then convert them into actual code. I am using VS2010 professional edition. Please recommend me some good online resources for some good hints and

I would like to visually design my classes first and then convert them into actual code. I am using VS2010 professional edition. Please recommend me some good online resources for some good hints and practices. I attended a good session in a user g开发者_如何学编程roup meeting and it was very inspiring to see how easily classes could be visually designed and then converted into code.

Thanks


It's a built-in feature. Look at your Solution Explorer,

Visual Studio 2010 Professional: class diagram tool

or right click your project/class and click View Class Diagram

Visual Studio 2010 Professional: class diagram tool

Using the class diagram is quite easy.. Just as an example you can right-click your class and add method/field/whatever from there..

Visual Studio 2010 Professional: class diagram tool

You can find some more info about how to use it here.

There is also the extension for architecture tools.. here you can find an explanation + a link for download

0

精彩评论

暂无评论...
验证码 换一张
取 消