Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.75 KB

File metadata and controls

36 lines (31 loc) · 1.75 KB

ABP Studio: Single Layer Solution Template

//[doc-nav]
{
  "Next": {
    "Name": "Overview",
    "Path": "solution-templates/single-layer-web-application/overview"
  }
}

ABP Studio offers pre-architected, production-ready templates to quickly start a new solution. One of these is the Single Layer solution template, designed for building monolithic systems with minimal layers. It follows Domain-Driven Design (DDD) principles and common application patterns. The template includes a single project, integrates existing modules, and provides host applications based on your selections, making it a solid foundation for your system.

This document explains the Single Layer solution template in detail. It is a reference document to fully understand the solution and refer to when you have trouble.

If you want to quickly create a single-layer solution, please refer to Quick Start: Creating a Single Layer Web Application with ABP Studio document.

Contents