Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 634 Bytes

File metadata and controls

14 lines (11 loc) · 634 Bytes
//[doc-seo]
{
    "Description": "Explore the Application Layer in Domain Driven Design, learn about its components, and how it facilitates application logic in ABP Framework."
}

Domain Driven Design: Application Layer

Application Layer mediates between the Presentation and Domain Layers. Orchestrates business objects to perform specific application tasks and implements use cases as the application logic. Here, is the list of the building blocks of the Application Layer: