Bounded Context is a concept from Domain Driven Design (DDD).
I have few different Bounded Contexts in the domain. The validation of a CRUD operation is built in each Bounded …
domain-driven-design cqrs domain-events bounded-contextsI'm breaking my system into (at least) two bounded-contexts: study-design and survey-planning. There's a concept named "subject" (potential subject for …
domain-driven-design microservices bounded-contextsI am trying to understand how entities operate in multiple bounded contexts. Given an Employee of a Company. In (for …
domain-driven-design entity value-type bounded-contexts