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.
Explores four methods for seeding initial data in EF Core, including explicit insertions, data-only migrations, and entity configuration.
A developer's 2025 retrospective covering blog migration, PhD start, MVP status, and a breakdown of 50+ technical posts on .NET, ASP.NET Core, and EF Core.
A guide on integrating PostgreSQL stored procedures and functions with EF Core for complex queries and performance-critical operations.
A guide to implementing lazy loading for navigation properties in EF Core using the Proxies package, with a focus on MongoDB integration.
Explores the new bulk update and delete features in Entity Framework 7, including usage, performance benefits, and limitations.
Overview of key new features in EF Core 6, including compiled models, performance improvements, and batching for SQL queries.