Entity Framework

Working with Entity Framework Core — mapping value objects and keeping a robust domain model on top of your database.

1 post

2018

Improved Support for Value Objects with EF Core 2.2

Entity Framework Core 2.2 brings long-awaited improvements for supporting value objects. Value objects are the building blocks of a robust domain model but until now it was difficult to map them to your database using EF Core. I have prepared a sample project to illustrate how we can leverage the latest update to better support values objects.

Improved Support for Value Objects with EF Core 2.2