We have already explored Timestamp-based concurrency tokens in the Introducing concurrency tokens section. We can jump directly into the configuration, consider the same scenario and see how the conflicts were handled using the Timestamp concurrency token.
As we did with the non-timestamp based concurrency token, timestamp-based concurrency tokens could also be configured in the following ways:
- Data annotations
- Fluent API
We will see how the configurations were performed using both the approaches in our blogging system, and later we will see them in action.