Domain driven design

thumbnail
Domain-Driven Design - Aggregate Roots in TypeScript

Before you look at the Aggregate Roots example in TypeScript, you can see at my post on what Aggregate Roots are in Domain-Driven ...

thumbnail
Domain-Driven Design - Entities in TypeScript

Before you look at the Entities example in TypeScript, you can see at my post on what Entities are in Domain-Driven Design. Entity...

thumbnail
Domain-Driven Design - Value Objects in TypeScript

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...

thumbnail
Domain-Driven Design & Clean Architecture

The Clean Architecture is a set of rules and principles for organizing a code development project, and how all its components inte...

thumbnail
Domain-Driven Design - Aggregate Roots in C#

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. ...

thumbnail
Domain-Driven Design - Aggregate Root

In Domain-Driven Design an Aggregate Root is the main Entity in an Aggregate, for example, in the ordering aggregate, where the en...

thumbnail
Domain-Driven Design - Aggregates

In Domain-Driven Design an Aggregate is a set of related entities and value objects, for example, in the ordering aggregate, the e...

thumbnail
Domain-Driven Design - Entities in C#

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...

thumbnail
Domain-Driven Design - Entities

In Domain-Driven Design an Entity is an object that represents an object with identity, for example, a person, a product, or an en...

thumbnail
Domain-Driven Design - Value Objects in C#

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...