Inheritance with Entity Framework

Inheritance with Entity Framework

When we are using Enitity Framework code first to define our model, chances are that we will probably want to use some inheritance here and there. Using migrations to create our database there, are different ways to define this inheritance in our database. I will show you the most commonly used ways of generating tables based on inherited classes.…

Read this article