Can I Make A Use Case Diagram With Visual Studio For Mac

Active4 years, 4 months ago
  1. Draw A Use Case Diagram For Online Shopping
  2. Can I Make A Use Case Diagram With Visual Studio For Mac
  3. Class Diagram

Visual Paradigm can run on Mac, Windows and Linux and with same set of features supported. Users can open and edit the same project file under any operating system without extra conversion. Users can open and edit the same project file under any operating system without extra conversion. Visual Use Case is a tool for rapidly defining clear and accurate requirements of an application or a system using the Use Case Modeling technique. Why Visual Use Case? If you already use Use Cases to define your requirements, Visual Use Case will make working with Use Cases a joy and help you save a lot of time in the process.

For the user of professional edition in VS2012, is there a method to generate the UML (CLASS, SEQUENCE) Diagrams from VS2012?

I have already done implenting my solution project in VS2012. Now i want to generate the class diagram for it.Therefore, if anyone knows about it?

If please help me.Thank you.

hiroshthirosht
4822 gold badges14 silver badges26 bronze badges

4 Answers

As has already been noted, the Professional edition of Visual Studio doesn't allow you to generate sequence diagrams.

Case

An alternative would be to use a proper UML tool, such as Enterprise Architect from Sparx Systems. This offers far more modelling capabilities than Visual Studio, and has support for C++, C#, Java and a host of other languages. And yes, it can generate class and sequence diagrams from source and binary code (binary requires the second-cheapest license).

UffeUffe

Draw A Use Case Diagram For Online Shopping

With
9,2081 gold badge24 silver badges37 bronze badges

Generating a Sequence Diagram is an Ultimate Feature.

In Visual Studio Ultimate, generate a sequence diagram to help you visualize and understand how the code implements a particular method. A sequence diagram describes an interaction between objects as a series of lifelines and messages. Lifelines represent instances of objects, and messages represent method calls between those objects. You can generate sequence diagrams from Visual C# .NET or Visual Basic .NET code.

Class diagrams are a standard feature of Visual Studio Professional.

jessehouwingjessehouwing
74.2k15 gold badges176 silver badges256 bronze badges

Not 100% about professional, but in Ultimate it is under Architecture -> New Diagram

For
clandry94clandry94

Right click on your function and choose option 'Generate Sequence Diagram' VS 2012

Can I Make A Use Case Diagram With Visual Studio For Mac

nikhilnikhil

Class Diagram

Not the answer you're looking for? Browse other questions tagged c#visual-studio-2012umlclass-diagramsequence-diagram or ask your own question.