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
Do you use stored procedure in ado.net?
Explain the two fundamental objects in ado.net?
What are the benefits of using of ADO.NET in .NET 4.0?
What we do with the object of ado.net dataset after using it?
What is adodb dll?
Which is faster datareader or dataadapter?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
What is difference between Dataview and Datatable?
What is isolation?
What is ado asp?
What is the difference between Data adaptor and Data set?
What is ado or jdbc?
What is sqlconnection and sqlcommand?
What is oledb driver?
How to maintain the relation between two tables in ADO.NET?