Domain driven design
Before you look at the Aggregate Roots example in TypeScript, you can see at my post on what ...
Before you look at the Entities example in TypeScript, you can see at my post on what Entities are ...
Before you look at the Value Objects example in TypeScript, you can see at my post on what Va...
The Clean Architecture is a set of rules and principles for organizing a code development project, and how all its components i...
Before you look at the Aggregate Roots example in C#, you can see at my post on what Aggreg...
In Domain-Driven Design an Aggregate Root is the main Entity in an Aggregate, for example, in the ordering agg...
In Domain-Driven Design an Aggregate is a set of related entities and value objects, for example, in the ordering...
Before you look at the Entities example in C#, you can see at my post on what Entities are in Domai...
In Domain-Driven Design an Entity is an object that represents an object with identity, for example, a person,...
Before you look at the Value Objects example in C#, you can see at my post on what Value Obje...
Categories
Automation scripting Development tools Front end web development Infrastructure Kubernetes Programming guide Security Software architectureTags
Recent Posts