About 187,000 results
Open links in new tab
  1. Generate a class diagram from Visual Studio - Stack Overflow

    Jun 19, 2013 · 170 For Visual Studio 2017, 2019 and 2022 This feature is still available, but it is NOT installed by default, you have to install it separately. From inside Visual Studio go to …

  2. Is it possible to generate a class diagram from my Visual Studio ...

    Jul 17, 2023 · Actually i have a Visual Studio 2019 project that which are going to updated trought of a new programing languaje, a new microservice architechture and a new data base …

  3. Visual Studio Class Diagram not showing relationships

    Apr 2, 2009 · When I define my class properties with out using fields (which was enabled with C# 3.0), class diagram is not showing my one to one/many relationships. Inheritance is visible in …

  4. Visual Studio: How do I show all classes inherited from a base class ...

    78 You don't necessarily need Reflector for this - Visual Studio's "Class Diagram" view will let you easily find all derived classes for a particular class as well. Right click on the class in "Class …

  5. How to work with associations in Visual Studio's class diagram?

    Jun 16, 2021 · 0 I'm setting my first steps in Visual Studio's class diagrams for a C# project. In the class diagram, I have already managed to create a new class, add fields, properties and …

  6. Visual Studio - Generate UML from a c++ project - Stack Overflow

    Nov 19, 2012 · Visual Studio has the build-in UML generator. On Visual Studio project, select Class View, right click on the namespace, select View Class Diagram. It may take a while to …

  7. Generating ERD diagrams within Visual Studio - Stack Overflow

    20 In order to create an ERD diagram for new projects I have been using Visual Studio's entity framework designer. Essentially I'm creating a "dummy project", adding entity framework via …

  8. c# - Class Diagrams in VS 2017 - Stack Overflow

    Feb 14, 2017 · I have been using VS 2015 and like the Class Diagram item. I recently upgraded to 2017 and can't seem to find the Class Diagram item. Anyone know how I get to it?

  9. visual studio - Why is the Entity Framework Model Browser not ...

    Jun 27, 2019 · In Visual Studio 2019 I am unable to see the EDMX Model Browser. When I right click on the diagram and click "Model Browser" the panel comes up blank/ transparent and …

  10. c# - Visual Studio - Class diagrams - Stack Overflow

    May 22, 2021 · I am using the class diagram extension of Visual Studio 2019 (.NET 5/Standard project). But sometimes I get a very annoying error message when I try to drag & drop a class …