dotnet: value objects vs entity objects
Learnings from this article: https://enterprisecraftsmanship.com/2016/01/11/entity-vs-value-object-the-ultimate-list-of-differences/
Definitions
Value objects do not make sense on their own.
They need to be attached to an entity.
E.g. an address is...
coderlyn.hashnode.dev3 min read