摘要:DDD Layers & Clean Architecture DDD分层和简洁架构 There are four fundamental layers of a Domain Driven Based Solution; 一个基于领域驱动的解决方案有四层,如下图所示: Business Logic
阅读全文
摘要:OOP & SOLID Implementing DDD highly relies on the Object Oriented Programming (OOP) and SOLID principles. Actually, it implements and extends these pr
阅读全文
摘要:What is the Domain Driven Design? 什么是领域驱动设计 Domain-driven design (DDD) is an approach to software development for complex needs by connecting the impl
阅读全文
摘要:Simple Code! 简洁编码 Playing football is very simple, but playing simple football is the hardest thing there is. — Johan Cruyff 踢足球非常简单,但踢简单的足球是最难的事情。— J
阅读全文
摘要:Goal The goals of this book are; 本书目标: Introduce and explain the DDD architecture, concepts,principles, patterns and building blocks. 介绍并诠释DDD架构、概念、原则
阅读全文
摘要:INTRODUCTION 简介 This is a practical guide for implementing the Domain Driven Design (DDD). While the implementation details rely on the ABP Framework
阅读全文
摘要:简介 Implementing Domain Driven Design 领域驱动设计实现 A practical guide for implementing the Domain Driven Design with the ABP Framework 基于ABP框架实现领域驱动设计的一个实用指
阅读全文