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 the difference between data grid and data repeater?
What is dbcontext and dbset in entity framework?
What is difference between dataset and datatable?
What is meant by executenonquery?
Explain the overview of ado.net architecture?
Explain how to find the given query is optimised one or not?
Give an example that shows how to execute a stored procedure in ado.net?
How can we add/remove row's in "datatable" object of "dataset"?
What is datasource in ado.net?
What is data relation in ado.net?
What are the methods of XML dataset object?
What are the different ado.net namespaces?
What is ole db and odbc?
How is it possible to get 2 tables of data at a time by using data reader?
How can we perform transactions in .net?