How do you handle data concurrency in .NET ?
Answer Posted / suresh
Pessimistic locking, last-win-approach and optimistic
locking
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What two types of data providers does ADO.NET supply? What determines which one you should use?
Define different execute methods of ADO.NET command object ?
What does executenonquery () method return?
What is the difference between executequery and executenonquery?
What do you mean by performing asynchronous operation using command object?
How can we add relation between tables in a dataset?
What is the purpose of using adodb?
What is row state?
What is ado.net full form?
What are the connected and disconnected modes in ado.net?
Is ado.net dead?
Which keyword is used to accept variable number of parameters?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
How to enable and disable connection pooling?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?