Value Objects in .NET (DDD Fundamentals)
Value Objects are one of the building blocks of Domain-Driven Design. DDD is a software development approach for solving problems in complex domains.
Value objects encapsulate a set of primitive values and related invariants. A few examples of value ...
milanjovanovic.hashnode.dev7 min read