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.