How do you handle data concurrency in .NET ?
Answer Posted / narasimhareddy
1)consuraancy can be done with the help of dataset
methods like acceptchanges().
2)using timestamp
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is aggregate root?
Which provider is used to connect ms access, oracle, etc…?
How do you update a dataset in ado.net and how do you update database through dataset?
Why do we need ado.net?
What are the parameters that control most of connection pooling behaviours?
Describe the disconnected architecture of ADO.NET’s data access model.
Which is faster ado.net or linq?
What are the major challenges in accessing data from a database?
How to work with disconnected data - the dataset and sqldataadapter?
How can we load multiple tables in to dataset?
What are all the different authentication techniques used to connect to MS SQL Server?
Define ado.net?
What is openrowset?
How to find the given query is optimised one or not?
What is oledb driver?