摘要:3.4 Common Principles 常用原则 Before going into details, let's see some overall DDD principles; 在讨论细节之前,让我们看看DDD的一些总体原则。 3.4.1 Database Provider / ORM In
阅读全文
摘要:3.3 Execution Flow of a DDD Based Application 基于DDD的应用程序执行流程 The figure below shows a typical request flow for a web application that has been develop
阅读全文
摘要:3.2 Dependencies of the Projects in the Solution 解决方案中项目间的依赖项 The diagram below shows the essential dependencies (project references) between the proj
阅读全文
摘要:##三、Implementation: The Big Picture 实现:蓝图 ###3.1 Layering of a .NET Solution .Net解决方案的分层 The picture below shows a Visual Studio Solution created usin
阅读全文
摘要:Core Building Blocks 核心构件 DDD mostly focuses on the Domain & Application Layers and ignores the Presentation and Infrastructure. They are seen as deta
阅读全文
摘要: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框架实现领域驱动设计的一个实用指
阅读全文