16
  • Windows 10 64-bit
  • Microsoft Visual Studio Enterprise 2015 Version:14.0.25431.01 Update 3

I have a almost finished project and now I need to write a documentation. I found some information in the www which tells to "simply" generate UML from the existing code.

At the top Menu is a section with Architecture and there I can create new UML diagrams, but I can't import the classes which the project have. In all the other forum entries they was talking about a Architecture Explorer where you can simply drag and drop the needed classes and the dependencies are automatically created, but in my case this view is missing.

If you have some good advise how to document the software differently, you're welcome.

2
  • I don't know your environment, but "just create UML" is not going to be a documentation. At best you get some graphics. You need to make a model from the scaffold you might get. This model can be basis of a documentation. Commented Dec 20, 2016 at 14:01
  • @ThomasKilian yes I know. But my part of the project is to deliver the one side the implementation and on the other the fitting diagrams. Commented Dec 20, 2016 at 17:14

2 Answers 2

15

In solution explorer right click and:

add > item.. > General > class diagram

Then you can fairly easy make a domain model by dragging entity classes in and right click on a few properties and choose: "Show as association"

Sign up to request clarification or add additional context in comments.

5 Comments

Now I have all needed classes there., but dont find "Show as association".
I got it. Thank you very much!
@amod0017 Keep in mind that if we talk about association, it not goes around which object is used in which class, but which class inherits from which interface/class. At this point I also thought the class diagram is like we learned in university with the first association I explained above, but it isn't.
So, how do you add associations within Visual Studio? I have an MVC project.
@naz786 nowadays I use ReSharper to generate a dependency diagram.
9

To view UML diagram of your project, make right-click on your project and select View->Class diagram. Auto-generated UML of your project will be opened

1 Comment

This worked, but now I only have the class diagrams without the dependencies, how can I add them?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.