ddd-patterns
Here are 111 public repositories matching this topic...
-
Updated
Jul 14, 2020 - C#
-
Updated
Jul 14, 2020 - TSQL
-
Updated
Aug 23, 2017 - PHP
Create a new base class (ie; ValueObject<PropertyType>) that can be inherited to create a value object concrete definition.
Value objects are a core concept of DDD and represent things that are identified by their value rather than their hash/id/reference etc. See: https://martinfowler.com/bliki/ValueObject.html
There're already some examples on the web on this practice in typescript (eg h
-
Updated
Aug 23, 2018 - C#
-
Updated
Jun 29, 2020 - Scala
-
Updated
Oct 19, 2017 - Scala
-
Updated
Jan 13, 2020 - C#
-
Updated
Jan 28, 2018 - TypeScript
-
Updated
Jun 30, 2020 - C#
-
Updated
May 31, 2020 - C#
-
Updated
Apr 11, 2018 - C#
-
Updated
Jun 12, 2020
-
Updated
Jun 20, 2020 - C#
-
Updated
Jun 2, 2020
-
Updated
Feb 4, 2019 - C#
-
Updated
Apr 26, 2018 - Java
-
Updated
Jan 24, 2018 - PHP
-
Updated
Mar 8, 2018 - C#
-
Updated
Dec 28, 2019 - TypeScript
-
Updated
Nov 26, 2017 - C#
Problem description
BullOak was made open source so as to share back into the community that we all are part of and in addition to that to be able to gather feedback and potentially contributions to BullOak from outside collaborators. In order for that to happen, we need documentation which at least covers the basic use cases for a CQRS framework.
Approach
We need documentation that
-
Updated
Feb 1, 2018 - PHP
-
Updated
Jun 17, 2017 - C#
-
Updated
Apr 30, 2020
-
Updated
Aug 22, 2019 - C#
-
Updated
Feb 14, 2018 - C#
Improve this page
Add a description, image, and links to the ddd-patterns topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ddd-patterns topic, visit your repo's landing page and select "manage topics."


Currently when adding an item to your cart, it only updates the cart counter graphic for that browser instance, not all connected clients. Using SignalR it should be relatively straightforward to update the cart counter on all connected clients.