About 2,910,000 results
Open links in new tab
  1. What is Domain Driven Design? - Stack Overflow

    Aug 30, 2017 · DDD is a thought process. When modeling a design of software you need to keep business domain/process in the center of attention rather than data structures, data flows, …

  2. What is Domain Driven Design (DDD)? - Stack Overflow

    Aug 10, 2019 · DDD is about trying to make your software a model of a real-world system or process. In using DDD, you are meant to work closely with a domain expert who can explain …

  3. 一文读懂:领域驱动设计DDD - 知乎

    Mar 22, 2025 · DDD就应运而生了: DDD定义. 领域驱动设计(英文:Domain-Driven Design,缩写DDD)是一种模型驱动设计的方法,通过领域模型捕捉领域知识,使用领域模型构造更易维 …

  4. DAO, Repositories and Services in DDD - Stack Overflow

    Nov 13, 2013 · DDD doesn't solve anything but is a great resource that show another vision about how you may structure your code for solving big aspect of a system that handles CRUD …

  5. domain driven design - Rest API and DDD - Stack Overflow

    Feb 29, 2016 · The REST resources doesn't have to be model objects to perform CRUD operations on them as a result of POST/GET/PUT/DELETE. Resources can be whatever …

  6. Can you suggest DDD best practices - Stack Overflow

    Aug 14, 2013 · DDD is not software architecture: it's a development process built around the ubiquitous language. But DDD is not for object oriented languages only: I successfully applied …

  7. 越来越火的DDD,到底是什么? - 知乎

    这是ddd系列的第二期,后续将继续深入探讨ddd的更多内容。 感兴趣的朋友可以加入我们的AI技术交流群:公众号【大大黄狗】点击 联系我们 -> 加入群聊(也可以添加我的微 …

  8. c# - DDD: Enum like entities - Stack Overflow

    Mar 9, 2010 · In my opion the domain layer has to be seperated from the DB model / ERM design. I had trouble understanding your final suggestion for the State class. IMHO this is not a good …

  9. 能否用一个简单的实际业务场景通俗易懂的解释DDD(领域驱动设 …

    ddd 强调团队与领域专家的合作,能够帮助你的团队建立一个沟通良好的氛围,构建一致的架构体系。 ddd 的设计思想、原则与模式有助于提高你的架构设计能力。 无论是在新项目中设计微 …

  10. Domain Driven Design: Domain Service, Application Service

    Services come in 3 flavours: Domain Services, Application Services, and Infrastructure Services. Domain Services: Encapsulates business logic that doesn't naturally fit within a domain object, …

Refresh