About 655,000 results
Open links in new tab
  1. Review of UML class Diagram of a ASP.NET Core Web API

    Jan 17, 2022 · I've set up a UML class diagram of my ASP.NET Core Web API that uses Entity Framework, with Models and Controllers. I would appreciate any feedback. Things i'm …

  2. Class Diagrams in C# - C# Corner

    We have learned how to create a Class Diagram using Visual Studio 2012. In this article I explain an easy way to understand Class Diagrams in C#.

    Missing:

    • API

    Must include:

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

    Apr 8, 2022 · Creating the example classes. In order to generate the diagrams, I will create a few components like classes, interfaces, enum, public and private properties, constructors, and …

  4. Tutorial: Create a controller-based web API with ASP.NET Core

    Feb 17, 2025 · For a tutorial on creating a minimal API, see Tutorial: Create a minimal API with ASP.NET Core. This tutorial creates the following API: The following diagram shows the …

  5. A Visual Representation of C# Class Structure - signalwires.com

    Learn how to create a C# class diagram with an example. Understand the structure and relationships of classes in your C# projects.

    Missing:

    • API

    Must include:

  6. RESTful Web Services Tutorial 6 - How to Create an Entity …

    Nov 5, 2020 · In this tutorial, I will teach you how to generate your class diagram in Visual Studio. This is very interesting because I normally use Microsoft Visio or some other designer to …

  7. How to Generate C# Class Diagrams: A Comprehensive Guide

    Jul 22, 2024 · There are several tools and libraries available that can help you generate class diagrams for your C# projects. Some popular options include Visual Studio's built-in class …

  8. 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#.

  9. Design, visualize, & refactor with Class Designer - Visual Studio ...

    With the Class Designer tool in Visual Studio, you can design, visualize, and refactor class diagrams in C#, Visual Basic, or C++ projects. Class diagrams show the code elements and …

    Missing:

    • API

    Must include:

  10. Generating Class Diagrams for .Net Core - readmedium.com

    The author explains how to use the PlantUML Class Diagram Generator tool to create diagrams from C# code in Visual Studio Code, detailing the installation process, command usage, and …