Handling concurrency conflicts

We have seen how to configure concurrency tokens and the errors it throws whenever there is a concurrency conflict. In this section, we will discuss different approaches available for handling concurrency conflicts.

The preceding configuration will let EF Core consider the ModifiedAt column as the concurrency check column, and any further update to this column will restrict users from performing parallel updates.

We have seen the approaches available for handling conflicts, let's discuss them in detail.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset