views:

80

answers:

1

Hi all,

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 group meeting and it was very inspiring to see how easily classes could be visually designed and then converted into code.

Thanks

+4  A: 

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

alt text

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

alt text

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

alt text

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

Oren A