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 ado.net architecture?

672


What are the usages of the command object in ado.net?

744


What are the steps to connect to a database?

736


What are three methods for displaying data in a syncfusion datagrid

803


How is it possible to get 2 tables of data at a time by using data reader?

673


What is data access pattern?

663


Describe the disconnected architecture of ADO.NET’s data access model.

752


Difference between sqlcommand and sqlcommandbuilder?

787


differance between ADO vs ADO.Net?

756


What is bubbled event can you please explain?

732


What do you know about ado.net's methods?

776


How do you update database through dataset?

722


What is ado.net full form?

733


What is the difference between executequery and executenonquery?

694


What are the several execute methods of ado.net?

675