EF Core 11.0: Complex Types and JSON Columns on Entity Types with TPT/TPC Inheritance
EF Core 11.0 fixes issues with using complex types as JSON columns in entity hierarchies using TPT or TPC inheritance mapping strategies.
EF Core 11.0 fixes issues with using complex types as JSON columns in entity hierarchies using TPT or TPC inheritance mapping strategies.
EF Core 10.0 introduces a new ComplexProperty() method for mapping complex types, providing an alternative to the older Owned Entities approach.
Explores using Complex Types in Entity Framework Core 8 to reduce database tables, simplify data models, and improve performance.