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 is ado.net components?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Can we load multiple tables in a dataset?
Which object holds only data and does not interact with data source?
What is difference between executequery and executeupdate?
Do you use stored procedure in ado.net?
What do you know about ADO.NET's objects and methods?
What is the use of adodc?
What is the difference between oledb sql server and oledbdotnet provider?
What does ole stand for in excel?
What is the meaning of executenonquery?
What is aggregating data ?
What is ole db query?
What is the maximum pool size in ado.net connection string?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?