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 […]