原文地址: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…
Business logic 业务逻辑 From Wikipedia, the free encyclopedia 来自Wikipedia,自由的百科全书 In computer software, business logic or domain logic is the part of the program that encodes the real-world business rules that determine how data can be created, displayed…
简介 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…
背景 看了这篇文章:Coding for Domain-Driven Design: Tips for Data-Focused Devs,对 BoundedContext 的设计有了一点新的体会,记录下来,加强记忆. Sometimes All You Need Is CRUD Not everything in your app needs to be created using DDD. DDD is there to help handle complex behaviors. If y…