How do you handle data concurrency in .NET ?
Answer Posted / jigar
The answer given above is not answer of the question.
Please provide the correct answers.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are the key features of ado.net?
Describe datareader object of ado.net with example.
What is linq and entity framework?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
Which method is used to sort the data in ADO.Net?
What is the difference between ADO and ADO.Net?
What is ole db query?
What is the significance of CommandBehavior.CloseConnection ?
What are the Data providers in ADO.Net?
What is difference between ado and other data object?
What is data control techniques?
How would you connect to database using .NET?
What are all components of ADO.Net data provider?
What are two important objects of ADO.Net?
How to read data with the sqldatareader ?