February 2019
Intermediate to advanced
446 pages
10h 55m
English
Multilayered architecture is a common solution for DDD. It contains four layers:
The multilayered architecture can be seen in the following diagram as follows:

You can see in the preceding diagram that only the Domain layer is responsible for the domain model, and the other layers relate to other components, such as UI, application logic, and so on. This layered architecture is very important. It keeps domain-related code separate from other layers.
In multilayered architecture, each ...
Read now
Unlock full access