Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 object model?

1028


What is the current version of entity framework?

1017


What is linq and entity framework?

1061


How do you update a dataset in ado.net?

1061


What is different between sqlcommand object and command behavior object?

1124


Command objects uses, purposes and their methods.

1025


How do you update database through dataset?

1024


What is ado.net and its features?

1028


What are the advantages and disadvantages of using datalist?

1145


What are the parameters that control most of connection pooling behaviours?

1119


What is difference between connected and disconnected architecture in ado.net?

1202


Which is faster dataset or datareader?

1019


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

989


How is entity framework different from ado.net?

1001


What are the different ado.net namespaces?

1123