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.
Loading...
Related Quiz
- In Entity Framework, what is the role of the DbContext class?
- What is deferred execution in the context of LINQ to DataSet?
- Which ADO.NET method is used to open a database connection explicitly?
- What is the purpose of the "DataSource" property in DataGrid or DataGridView controls?
- The IsolationLevel enumeration in ADO.NET provides options such as ReadCommitted and ___________.