Checking out EF Core inheritance options

Published a blog post

📰 another brief one up (in terms of word count at least )"Checking out EF Core inheritance options"

Recently there was a need to use a hierarchy in a domain model, and there was a question about which of the available approaches to use - table per hierarchy (TPH), table per type (TPT) or table per concrete type (TPC). This very brief post is just a quick look at some benchmarks I created on the subject.

#DotNet #CSharp #EFCore #SQL

https://blog.codingmilitia.com/2023/05/08/checking-out-ef-core-inheritance-options/