The final part in our multi-post tutorial on using WebApi with Entity Framework Core. This week we're doing a little refactoring to add our Join table, Shadow Properties and the ability to Seed the database from a series of json files.
This week, we look at Shadow Properties in Entity Framework Core and how they can be used to, effectively, hide values from the domain model.