-
-
Notifications
You must be signed in to change notification settings - Fork 164
Bounded Context
Although the Entities represent an object in their own right, there will be situations in real life that are often required to be done in a collaborative manner. The combination of more than one Entity related to each other to perform the rule is defined as Aggregate. When all AR (Aggregate Roots) are examined within the framework of business rules, logically the most closely related ones start to form a more clearly defined group. This grouped ARs are called “Bounded Context“. Each AR and Entity have a meaning in this cluster and have a clear responsibility.
You can check full repository documentations, step by step development and how to build your custom scenario's on this basement in 100+ page eBook PDF from here - http://www.aspnetrun.com.