Class Diagram
- Goto Class View and right-click --> View --> view class diagram
- Select all typeson the diagram by pressing Ctrl+A
- Expand all types by pressiong the “+” key on the numeric keypad
- Right-click on the diagram and select Adust shapes width
- Right-click on the diagram and select Layout Diagram
- Right-click on the diagram and select Export diagram as image
Entity Relationship Diagram
entity relationship diagram. It was tested in
VS2012
- Open
Visual Studio
- Create a project or open an existing project (must be Visual Basic, Visual C# project, or Console Application)
- Right-click the project and choose
Add
->New Item…
- Under Visual C# Items select
“Data”
- Select the template
“ADO.NET Entity Data Model”
- Give it a name and click
“Add”
- Select
“Generate from database”
or“Empty model”
- If
“Generate from database”
selected enter connection info, choose the database objects and done!
The model is stored as a
“.edmx”
file.Layer Diagram
Create and drag projects
Code Maps
Create and drag projects
Sequence Diagram
Removed from newer version of visual studio
No comments:
Post a Comment