Avoid primitive obsession using strongly-typed identities

9 min read

Create a more robust domain by avoiding obsession with primitive types. Stop using primitive types as entity identifiers. Learn how to create and use strongly-typed identities as entity identifiers instead.

Domain Driven Design

C#

Primitive obsession