Inheritance Mapping Strategies with Entity Framework Code First CTP5: Part 2 – Table per Type (TPT)
- by mortezam
In the previous blog post you saw that there are three different approaches to representing an inheritance hierarchy and I explained Table per Hierarchy (TPH) as the default mapping strategy in EF Code First. We argued that the disadvantages of TPH may be too serious for our design since it results in denormalized schemas that can become a major…