2026-06-08 dotnetefcorecsharp How to use EF Core 11 interceptors for auditing Stamp CreatedBy/ModifiedOn columns and write a full change-trail with an ISaveChangesInterceptor in EF Core 11, including the DI lifetime, current-user, and ExecuteUpdate gotchas.
2026-04-14 efcoreefcore-11cosmos-db EF Core 11 turns on Cosmos DB transactional batches by default EF Core 11 groups Cosmos DB writes into transactional batches per container and partition on every SaveChanges, giving best-effort atomicity and fewer roundtrips without any code changes.