In this post, let’s have a look at some nice improvements in Global Query Filters in EF Core 10.0. We can use Global Query Filters at an entity level […]
In this post, let’s explore a great new enhancement available in EF Core 10.0. EF Core 10.0 now supports partially updating JSON columns with ExecuteUpdate/ExecuteUpdateAsync.Let’s consider the following DbContext.public class Customer{ public int Id { get; set; } […]