Topic
Transactions, concurrency tokens, unique constraints, migrations, bulk changes, tenant isolation, and database consistency boundaries in EF Core.
Practice items tagged with EF Core Consistency and Migrations.
Explains how tenant query filters help, where they can be bypassed, and what extra safeguards protect tenant isolation.
Explains batching, tracking control, idempotency, validation, and operational safety for large EF Core imports.
Explains how EF Core SaveChanges, transactions, and an outbox keep database changes and messages consistent.
Maps an HTTP ETag precondition to EF Core rowversion and returns 412 when the representation is stale.
Performs a set-based bulk update without loading session entities into the change tracker.
Uses the client's original rowversion to detect a lost update and return a deliberate conflict response.