...

/

Domain-Driven Design

Domain-Driven Design

Learn how to model enterprise applications and common concepts in Domain-Driven Design.

Domain-Driven Design (DDD) is a paradigm proposed by Eric Evans in his book of the same title. It offers a consistent approach to modeling complex business processes in the application. It doesn’t provide specific advice at the code level. Instead, it offers a set of terms and techniques that model business processes and translate them into ...