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

    Mar 6, 2023 · Most traditional .NET applications are deployed as single units corresponding to an executable or a single web application running within a single IIS appdomain. This approach is the simplest deployment model and serves many internal and smaller public applications very well.

  2. alperenkucukali/dotnet-microservices - GitHub

    Implementing DDD, CQRS, and Clean Architecture using best practices; Build a highly performant inter-service gRPC communication; Developing CQRS using MediatR, FluentValidation, and AutoMapper libraries; PostgreSQL database connection and containerization; Using Entity Framework Core ORM and auto migrate to SQL Server when application run

  3. .NET application architecture guides | .NET - dotnet.microsoft.com

    Learn how to build production-ready .NET apps with free application architecture guidance. This guide is an introduction to developing microservices-based applications and managing them using containers. It discusses architectural design and implementation approaches using .NET Core and Docker containers. Download PDF.

  4. Building a CRUD API with ASP.NET Core Web API and PostgreSQL

    Feb 15, 2025 · In this guide, we'll walk through the process of building a CRUD API using ASP.NET Core, Entity Framework Core (EF Core), and PostgreSQL. The application will follow clean architecture principles, structuring the code into repository and service layers.

  5. Integrating PostgreSQL with a .NET: A Step-by-Step Guide

    Jun 27, 2024 · Integrating PostgreSQL with a .NET API can open up a lot of opportunities for building scalable and high-performance applications. In this guide, we'll walk you through the process of setting up and integrating PostgreSQL with a .NET API.

  6. .NET Aspire PostgreSQL integration - .NET Aspire | Microsoft Learn

    Feb 11, 2025 · To access these types and APIs for expressing them as resources in your app host project, install the 📦 Aspire.Hosting.PostgreSQL NuGet package: For more information, see dotnet add package or Manage package dependencies in .NET applications.

  7. Building a Robust ASP.NET Core Web API with PostgreSQL - C

    In this article, we'll walk through the steps to build a Web API using ASP.NET Core, connect it to a PostgreSQL database, and perform CRUD operations on a model named CSharpCornerArticle. We'll also include a real-world use case for this model. Prerequisites. 1. Create a new ASP.NET Core Web API project.

  8. Building a .NET 9 Web API with Entity Framework Core and PostgreSQL

    Feb 25, 2025 · This tutorial will walk you through creating a .NET 9 Web API with Entity Framework Core 9 and PostgreSQL. The application will support basic CRUD (Create, Read, Update, Delete) operations on a...

  9. .NET application architecture documentation | Microsoft Learn

    Learn how to design production-ready .NET apps or migrate existing apps to the cloud. Learn recommended practices for architecting, building, and migrating .NET apps.

  10. Developing web applications with ASP.NET Core, and PostgreSQL

    Oct 28, 2020 · DotVVM is an ASP.NET framework that allows us to create web applications using the MVVM (View-Model Model) design pattern using C# and HTML. In this tutorial, we will learn how to create CRUD (Create, Read, Update, and Delete) operations using a relational database with PostgreSQL, from ASP.NET Core.

Refresh