Mid EF Core

What are concurrency tokens / row versioning?

  • Properties marked with [Timestamp] or configured as concurrency tokens.
  • Stored in the database as rowversion/timestamp type or other markers.
  • EF Core checks these tokens during updates/deletes to detect concurrent changes.

More from Entity Framework Core Tutorial

All questions for this course