Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Architecture

Steve Smith edited this page Nov 29, 2021 · 1 revision

The main application in the eShopOnWeb solution is a monolithic ASP.NET Core web app. It is organized according to Clean Architecture principles, such that dependencies on infrastructure concerns are minimized throughout the application. Business concepts and domain model concerns are kept in the ApplicationCore project, which other projects depend on.

Learn more about Clean Architecture with ASP.NET Core 6 in this dotNetCONF video:

Clean Architecture with ASP.NET Core 6

Clone this wiki locally