TechBubbles

Creating a UML Model Diagram in Visual Studio 2010

 

This post discusses about how to use UML models and diagrams in Visual Studio 2010 ultimate edition. Models are very useful to describe the requirements and design of the system. Models help you to visualize how system works and clarifies the user needs and finds the architecture of the system.

1. Launch the Visual Studio 2010 and create a new project by selecting the modeling from templates window as shown below

image

2. In this empty project , you will find an empty .uml file which is an xml document which holds all the UML elements

Read more

Related Posts:

1 comment

Domain Model Using UML

Introduction

Unified Modeling Language is a graphical language used to describe objects in a system. This post describes the UML class diagrams and relationships among business entities in the system.

Domain Model represents the relation ship between logical entities in the system. It also illustrates how different entities in application domain would interact with each other.

Class

                         clip_image001

Relationships

                clip_image002

Read more

Related Posts:

2 comments