About 795,000 results
Open links in new tab
  1. Common web application architectures - .NET | Microsoft Learn

    Mar 6, 2023 · In a typical ASP.NET Core web application, these implementations include the Entity Framework (EF) DbContext, any EF Core Migration objects that have been defined, and …

  2. Clean Architecture With .NET 6 Using Entity Framework

    In this article, I have demonstrated step by step how to implement an entity framework in clean architecture with .NET 6 and ASP.Net core web API. Furthermore, I have created a model and created a database using EF database migration command.

  3. 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 concerned about: Here's an example of the Bookmark.cs (model): And it's controller (BookmarksController.cs): I don't know the domain, so IMO just …

  4. ASP.NET Web API Architecture and Features - Dot Net Tutorials

    ASP.NET Web API is a framework, provided by Microsoft, which makes it easy to build Web APIs, i.e. HTTP based services. The ASP.NET Web API is an ideal platform for building Restful services on top of the .NET Framework.

  5. Layered Architecture with ASP.NET Core, Entity Framework

    Dec 13, 2019 · In this article we will show how to Create Layered Application with performing CRUD operations on ASP.NET Core Web application using Entity Framework and Razor Pages.

  6. Entity Framework Architecture

    Entity Framework Architecture The following figure shows the overall architecture of the Entity Framework. Let's look at the components of the architecture individually. EDM (Entity Data Model): EDM consists of three main parts - Conceptual model, Mapping and Storage model.

    Missing:

    • Web API

    Must include:

  7. ivanpaulovich/clean-architecture-webapi-ef-core - GitHub

    The simplest demo on how to implement a Web Api using .NET Core and Entity Framework that protects the business rules from framework dependencies by following the Clean Architecture Principles. To run on top of a InMemory persistance layer simple run:

  8. Entity Framework Architecture in .NET - Dot Net Tutorials

    The following diagram shows the overall architecture of the Entity Framework. Let’s discuss each of the components of the Entity Framework Architecture in detail.

    Missing:

    • Web API

    Must include:

  9. Building ASP.NET Web API In .NET Core With Entity Framework

    In this article, you will learn how to build a simple Web API with Read, Create, Update and Delete action with HTTP verbs of GET, POST, PUT and DELETE respectively and will test the Web …

  10. Part 1: Overview and Creating the Project | Microsoft Learn

    Entity Framework translates the C# models used by Web API into database entities. The following diagram shows how the domain objects are represented at various layers of the application: The database layer, the object model, and finally the wire format, which is used to …

Refresh