Implementing Domain Driven Design
A practical guide for implementing the Domain Driven Design with the ABP Framework.
OVERVIEW
This is a practical guide for implementing Domain Driven Design (DDD). While the implementation details are based on the ABP Framework infrastructure, the basic concepts, principles and models can be applied to any solution, even if it is not a .NET solution.
TABLE OF CONTENTS
- Introducing Domain Driven Design
- DDD Layers & Clean Architecture
- Layering of a .NET Solution
- Implementing DDD Building Blocks
- Domain Logic vs Application Logic
- Samples & Discussions