Browse Source

Merge branch 'rel-3.3' into dev

pull/6006/head
Halil İbrahim Kalkan 6 years ago
parent
commit
5df7c45e86
  1. 6
      docs/en/Domain-Driven-Design.md

6
docs/en/Domain-Driven-Design.md

@ -19,8 +19,12 @@ ABP follows DDD principles and patterns to achieve a layered application model w
- **Domain Layer**: Includes business objects and the core (domain) business rules. This is the heart of the application.
- **Infrastructure Layer**: Provides generic technical capabilities that support higher layers mostly using 3rd-party libraries.
DDD mostly interest in the **Domain** and the **Application** layers, rather than the Infrastructure and the Presentation layers.
## Contents
See the following documents to learn what ABP Framework provides to you to implement DDD in your project.
* **Domain Layer**
* [Entities & Aggregate Roots](Entities.md)
* Value Objects
@ -30,4 +34,4 @@ ABP follows DDD principles and patterns to achieve a layered application model w
* **Application Layer**
* [Application Services](Application-Services.md)
* [Data Transfer Objects (DTOs)](Data-Transfer-Objects.md)
* Unit of Work
* [Unit of Work](Unit-Of-Work.md)
Loading…
Cancel
Save