About 34,100,000 results
Open links in new tab
  1. 一文读懂:领域驱动设计DDD - 知乎

    Sep 22, 2025 · 领域驱动设计(DDD)前些年很火,因为近两年2B和SAAS越来越受关注。但不少人读过Eric Evans的《领域驱动设计》和Vaughn Vernon的《实现领域驱动设计》后,都很懵,太抽象。 本 …

  2. How can I get current time and date in C++? - Stack Overflow

    There's no way to get more to the point than this answer. The OP was asking "Is there a cross-platform way to get the current date and time in C++?" This question gives you exactly this. If you are in doubt …

  3. oop - DDD - Rehydrate aggregate roots? - Stack Overflow

    Jul 21, 2017 · DDD - Rehydrate aggregate roots? Asked 8 years, 4 months ago Modified 8 years, 4 months ago Viewed 1k times

  4. DDD - which layer DTO should be implemented - Stack Overflow

    Nov 3, 2019 · The DTO implementation seems part of the Domain, but it means that when I create a collection of DTOs in the Service Layer and pass it to a Presentation Layer, I have to reference …

  5. Where to put business logic in DDD - Stack Overflow

    If you put all your business logic in an (implicitly stateless) service layer you're writing procedural code. By decoupling behavior from data, you're giving up on writing object-oriented code. That's not always …

  6. ddd repositories - Should a Domain Entity call a repository? - Stack ...

    Dec 20, 2017 · Should a Domain Entity call a repository? Generally speaking, no; it doesn't make sense for an entity (which is a domain concern) to be communicating directly with a repository (which is …

  7. DDD - Persistence Model and Domain Model - Stack Overflow

    In DDD, are the persistence model and domain model different things? I mean, we design our domain and classes with only domain concerns in mind; that's okay. But after that when we are building our …

  8. oop - Is DDD a waste of time? - Stack Overflow

    I think that DDD has many advantages the most valuable in my view is the separation of domain (business logic) and infrastructure (scale and resilience logic). This alone is a game changer for …

  9. DDD: What kinds of behavior should I put on a domain entity?

    Oct 16, 2011 · 6 If you have to ask what behaviour you should put on the domain entity then you probably don't need DDD. I'm trying to be helpful here, because I have had a lot of pain trying to fit …

  10. How to change "ddd" datetime format to a number view

    Sep 8, 2013 · How to change "ddd" datetime format to a number view Asked 13 years, 1 month ago Modified 12 years, 3 months ago Viewed 1k times