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 three methods for displaying data in a syncfusion datagrid
What two types of data providers does ADO.NET supply? What determines which one you should use?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
What are the rules to implement connection pooling?
Which keyword is used to accept variable number of parameters?
Explain the role of data provider in ado.net?
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?)
What DataReader class do in ADO.NET ?
What does ado stand for in ado.net?
How to find the given query is optimised one or not?
Why do we use sqldataadapter?
What is the role of the dataset object in ado.net?
Which database is the ado.net?
What is meant by executenonquery?
What is the full form of ado.net?