Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have vs 2012 professional and i have a project in 3 tier architecutre. now i want to make a class diagram please suggest me any tool\IDE\plugin to make easily class diagram of my project.
is there any vs 2012 plugin available to make class digram.?? p
Posted

1 solution

Um.
Have you tried the Class Diagrams built into VS as standard?
http://msdn.microsoft.com/en-us/library/33864ckt(v=vs.110).aspx[^]
 
Share this answer
 
Comments
Muhamad Faizan Khan 29-Dec-13 8:24am    
To add a class diagram based on existing classes or types
In Solution Explorer, open the class file context menu, then choose View Class Diagram.
-or-
In Class View, open the namespace or type context menu, then choose Class Diagram.
this thing i want to do but dont know where it is?? i follow the above step but not find
OriginalGriff 29-Dec-13 9:32am    
How did you try to follow the instructions?
"Open the context menu" is pretty clear: Right click on the class file in your project in the solution explorer pane and there is "View class diagram" on the menu...
That adds a class diagram to your project and inserts the class. Right clicking in the diagram allows you to add more classes to the diagram, and so on.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900