A common approach to resolving data conflicts in ADO.NET is to implement ___________.

  • Data encryption
  • Data normalization
  • Optimistic concurrency control
  • Pessimistic concurrency control
Optimistic concurrency control is a strategy used in ADO.NET to handle data conflicts by assuming that conflicts are rare, thereby improving performance.
Add your answer
Loading...

Leave a comment

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