Domain driven design
Before you look at the Aggregate Roots example in TypeScript, you can see at my post on what Aggregate Roots are in Domain-Driven ...
Before you look at the Entities example in TypeScript, you can see at my post on what Entities are in Domain-Driven Design. Entity...
Before you look at the Value Objects example in TypeScript, you can see at my post on what Value Objects are in Domain-Driven Desi...
The Clean Architecture is a set of rules and principles for organizing a code development project, and how all its components inte...
Before you look at the Aggregate Roots example in C#, you can see at my post on what Aggregate Roots are in Domain-Driven Design. ...
In Domain-Driven Design an Aggregate Root is the main Entity in an Aggregate, for example, in the ordering aggregate, where the en...
In Domain-Driven Design an Aggregate is a set of related entities and value objects, for example, in the ordering aggregate, the e...
Before you look at the Entities example in C#, you can see at my post on what Entities are in Domain-Driven Design. Entity interfa...
In Domain-Driven Design an Entity is an object that represents an object with identity, for example, a person, a product, or an en...
Before you look at the Value Objects example in C#, you can see at my post on what Value Objects are in Domain-Driven Design. Valu...