Domain-Driven Design - Aggregates
In Domain-Driven Design an Aggregate is a set of related entities and value objects, for example, in the ordering...
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 Domai...
Domain-Driven Design - Entities
In Domain-Driven Design an Entity is an object that represents an object with identity, for example, a person,...
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 Obje...
Domain-Driven Design - Value Objects
In Domain-Driven Design a Value Object is an identityless object that represents a property, for example, a name...
Categories
Automation scripting Development tools Front end web development Infrastructure Kubernetes Programming guide Security Software architectureTags
Recent Posts
Restart Kubernetes pods following a schedule using Helm
Restart Kubernetes pods following a schedule using Kubectl
Create an Azure Key Vault with RBAC role assignments using Terraform
Get the download url of the latest GitHub release using Bash
Get the download url of the latest GitHub release using PowerShell