Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 3
    +1 for also bringing up the duplication. it's a little confusing at first ("Am I doing this wrong?!) but it's completely natural, any in many cases, required. Commented Oct 8, 2013 at 21:56
  • In this scenario are these Product classes both hypothetically sharing the same ID (e.g. both of the separate BC tables have a foreign key to a table with a single Product ID)? Perhaps when communicating with Domain Events they could use that ID? Commented Oct 9, 2013 at 17:55
  • 1
    It all depends on what storage is chosen. It is not necessary to use the technical id to refer cross-domain. It is also not advisable to make cross-context communication. Commented Sep 30, 2014 at 17:21
  • 1
    Looks like it's time to get the blue book out of the shelf and read those later chapters Commented Jun 14, 2016 at 13:15