原文地址:http://www.infoq.com/articles/ddd-in-practice Background Domain Driven Design (DDD) is about mapping business domain concepts into software artifacts. Most of the writings and articles on this topic have been based on Eric Evans' book "Domain Dr…
简介 Implementing Domain Driven Design 领域驱动设计实现 A practical guide for implementing the Domain Driven Design with the ABP Framework 基于ABP框架实现领域驱动设计的一个实用指南. Author: Halil İbrahim Kalkan 作者: Halil İbrahim Kalkan Designer: Melis Platin 设计者: Melis Platin Pu…
What is the Domain Driven Design? 什么是领域驱动设计 Domain-driven design (DDD) is an approach to software development for complex needs by connecting the implementation to an evolving model; 领域驱动设计(DDD)是一种应对复杂需求的软件开发方法,它将实现与不断演化的模型联系起来. DDD is suitable for c…