Handling data conflicts in ADO.NET involves strategies like ___________ resolution and ___________ resolution.

  • Concurrency
  • Locking
  • Optimistic
  • Pessimistic
In ADO.NET, handling data conflicts can be approached using two main strategies: Optimistic concurrency resolution, where the system assumes that conflicts between users are rare, and Pessimistic concurrency resolution, where the system locks data to prevent conflicts.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *