About 3,110,000 results
Open links in new tab
  1. UML Class Diagram and Relationship Examples - GitHub

    Examples demonstrating UML Class Diagrams and various types of associations, including Uni-directional, Bi-directional, Aggregation, and Composition relationships, implemented in C#.

  2. c# - Code Implementation for Class Diagram in UML - Stack Overflow

    Jun 4, 2012 · In your example, a Facility contains a (has-a) LoanInvestment and a LoanInvestment inherits from an (is-a) Investment. Here is an excellent description of class diagrams using UML. Here's a code example in c++, I dont know c# well enough and Id probably mess it up :) Facility() : loan_(NULL) {}

    Missing:

    • Program

    Must include:

  3. Create UML Diagram from C# Project - Stack Overflow

    Mar 6, 2019 · Visual Studio can produce a Class Diagram - its a pop-up menu option if you right click the project in Solution Explorer (right click project - View - Class Diagram. It will give you a static view of the classes and when expanded which ones that they rely on.

  4. How to Convert UML Class Diagrams Into Code Using C#

    Apr 10, 2023 · In this tutorial, we walked through the process of creating a garden program with flowers using a Class Diagram. We learned how to create a UML Class Diagram, how to use it to create our blueprint class and object classes, and how to …

  5. Generating Class Diagrams for .Net Core | by Edson Moisinho

    Apr 8, 2022 · UML Class Diagrams are a very great way to document your system, inspect and understand the relationships between the classes and plan refactorings and disseminate knowledge inside the team.

  6. Generating C# from Class Diagram in Visual Studio? - Visual …

    Mar 6, 2016 · Round-trip engineering enables you to keep source code and UML class model in sync. In this tutorial, we will see how to create a class model in Visual Studio, and eventually generating source code from model.

  7. C# Class, Interface, Enum and Other Concepts in UML

    Jul 6, 2020 · You can model your C# software in UML. The classes can be modeled using UML class diagrams. It is possible to depict abstract, static, generic classes and their members.

    Missing:

    • Program

    Must include:

  8. Shapes - Class diagram - Exercises C#

    Aug 26, 2020 · Create a C# program that represents the following UML class diagram. The diagram represents public, private, and protected attributes as well as class dependency and inheritance. Class diagram: Shapes

  9. composition and aggregation example with UML class diagram

    Jan 27, 2013 · In this example, the Wheel class's instance clearly lives independently of the Car class's instance. However, there are times when the part class's lifecycle is not independent from that of the whole class — this is called composition aggregation.

    Missing:

    • Program

    Must include:

  10. Uml Diagram Generation From C# | Restackio

    Apr 21, 2025 · UML Diagram Generation from C# Code. To generate UML diagrams from C# code, you can utilize the following Mermaid.js syntax. This allows you to represent classes, methods, and relationships in a clear and concise manner. Class Diagram Example. Here’s how you can represent a simple class diagram:

    Missing:

    • Program

    Must include:

  11. Some results have been removed
Refresh