Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 619 Bytes

File metadata and controls

16 lines (13 loc) · 619 Bytes
//[doc-seo]
{
    "Description": "Explore the Domain Layer in Domain Driven Design, featuring essential building blocks like Entities, Value Objects, and Domain Services."
}

Domain Driven Design: Domain Layer

Domain Layer contains business objects and the core (domain) business rules of the application and it's the heart of the application. Here, is the list of building blocks of the Domain Layer: