Tag Entity Framework

Implementing DDD Series: Persisting Value Objects using Entity Framework

A look at persisting Value Objects in Domain-Driven Design with Entity Framework, focusing on practical implementation in C#. See how I like to map Value Objects to relational databases while maintaining business invariants and promoting clarity for developers.