30 Oct 2013•less than a minute read•8280 views
Table Per Type (TPT) database using EntityFramework Code First
How to implement table per type (TPT) using entity framework code first. This solution uses entity framework code first migrations to create a table per type database with sub type foreign key relationship
#entity-framework#datacontext#code-first#tpt