vkhorikov / DddAndEFCore

Source code for the DDD and EF Core Pluralsight course
https://enterprisecraftsmanship.com/ps-ef-core
MIT License
249 stars 90 forks source link

Module 5 : Shortcomings of Mapping to Backing Fields (2:23) #9

Closed Brimce closed 3 years ago

Brimce commented 3 years ago

Maybe you could use .HasConversion() to solve mapping of student property Maybe<Course> FavoriteCourse

In any case, thank you for this valuable course !

Brimce commented 3 years ago

Module 6 gives the answer: that does not solve the issue

vkhorikov commented 3 years ago

Right. It doesn't work with entities as far as I remember.