ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

(翻译)领域驱动设计实现-Implementing Domain Driven Design

2021-10-14 18:32:54  阅读:286  来源: 互联网

标签:Domain 示例 领域 Driven Implementing Design DDD


简介

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

Publish Date: June, 2021 (First Edition)

发布日期:2021-06(第一版)

目录

  • Introduction 简介

    • Goal 目标
    • Simple Code 示例代码
  • What is the Domain Driven Design? 领域驱动设计是什么?

    • OOP & SOLID OOP & SOLID
    • DDD Layers & Clean Architecture DDD分层及简洁架构
    • Core Building Blocks 核心模块
  • Implementation: The Big Picture 总体实现

    • Layering of a .NET Solution .NET解决方案分层
    • Dependencies of the Projects in the Solution 方案的项目依赖关系
    • Execution Flow of a DDD Based Application DDD应用程序的运行过程
    • Common Principles 常用原则
  • Implementation: The Building Blocks 模块实现

    • The Example Domain 领域样例
    • Aggregates 聚合
    • Repositories 资源层
    • Specifications 规范
    • Domain Services 领域层服务
    • Application Services 应用层服务
    • Data Transfer Objects 数据映射对象
  • Example Use Cases 案例示例

    • Entity Creation 实体建设
    • Updating / Manipulating An Entity 更新/使用实体
  • Domain Logic & Application Logic 领域层逻辑和应用层逻辑

    • Multiple application Layers 多应用层
    • Examples 示例
  • Reference Books 引用

标签:Domain,示例,领域,Driven,Implementing,Design,DDD
来源: https://www.cnblogs.com/tjubuntu/p/15406946.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有