Inheritance and Associations with Entity Framework Part 3
On part 1 and part 2 I explored how to apply 2 different inheritance models (TPH & TPT) in Entity Framework.
In this part I'm going to demonstrate associations between 2 base
entities. And how to filter end properties to return specific type (sub
entity).
Read More