Review EF Core migrations as database changes

Review generated EF Core operations, inspect the deployment SQL, and check application compatibility before applying schema changes.

September 11, 2026 · 2 min · Lukas Walter

Use concurrency tokens to detect lost updates

Make stale writes fail explicitly instead of silently overwriting newer database state.

August 25, 2026 · 3 min · Lukas Walter