-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Even if TPT is considered slow, it is a boon for many real world business scenarios. If implemented properly and well thought of, TPT is not slow for a given need in most of the cases.
If possible, optimization can be done to TPT.
But its a very important feature for EF to be accepted for developing DDD applications.
The other method, Composition over Inheritance does not look viable since we cannot use interface property to create our model. Binding to a concrete type takes away the flexibility to customize the models. TPT makes the customization very easy and flexible.
Korayem, jasoncavett, satyajit-behera, aalvess, vladrudych and 292 moreSteffenMangold, Avondschool, BrianMikinski, MarkAD88, mt89vein and 37 more