May 13, 2026Published by Jaliya Udagedara on May 13, 2026Categories CommunityEF Core 11.0: Temporal Period Properties Backed by CLR PropertiesIn this post, let’s have a look at a small but very welcome improvement to SQL Server Temporal Tables support in EF Core shipping with .NET […]
April 29, 2026Published by Jaliya Udagedara on April 29, 2026Categories CommunityEF Core 11.0: Querying JSON Columns with JsonPathExists and JsonContainsIn this post, let’s have a look at two new functions introduced in EF Core 11.0: EF.Functions.JsonPathExists() and EF.Functions.JsonContains(). Both are aimed at making it easier to query JSON […]
March 20, 2026Published by Jaliya Udagedara on March 20, 2026Categories CommunityEF Core 11.0: Create and Apply Migrations in a Single CommandWhen working with migrations in Entity Framework Core, what we usually do is first create the migration and then apply it to the database. It has […]
March 17, 2026Published by Jaliya Udagedara on March 17, 2026Categories CommunityEF Core 11.0: Complex Types and JSON Columns on Entity Types with TPT/TPC InheritanceIn this post, let’s have a look at a nice improvement in EF Core 11 around complex types, JSON columns, and inheritance mapping. If you tried […]