How do you handle data concurrency in .NET ?

Answer Posted / swapna

One of the key features of the ADO.NET DataSet is that it
can be a self-contained and disconnected data store. It can
contain the schema and data from several rowsets in
DataTable objects as well as information about how to
relate the DataTable objects-all in memory.

The DataSet neither knows nor cares where the data came
from, nor does it need a link to an underlying data source.
Because it is data source agnostic you can pass the DataSet
around networks or even serialize it to XML and pass it
across the Internet without losing any of its features.
However, in a disconnected model, concurrency obviously
becomes a much bigger problem than it is in a connected
model.

Is This Answer Correct ?    1 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is openquery?

525


Do you use stored procedure in ado.net?

540


What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?

535


What is difference between datatable and dataset?

517


What is ole db query?

514






Why edit is not possible in repeater?

514


What is the difference between typed and untyped dataset?

504


How do you find the count of records in a dataset?

474


What is serialization and de-serialization in .net? How can we serialize the dataset object?

510


What is oledb driver?

491


What are the types of databinding?

549


How to generate a single aggregate?

535


What is isolation?

561


What does executequery return?

512


Which namespaces are used for data access?

613