0
kicks
Inheritance and Associations with Entity Framework Part 1
In this multi parts series I'll explore how to build inheritance with Entity Framework showing 2 different approaches of inheritance in Entity Framework. Beside that I'll show how to build simple association between 2 entities and show how to provide custom code to retrieve other parts of the relation when inheritance is applied.
In this part I'm exploring Table-per-Hierarchy Inheritance model in EF