Showing posts with label Data Concurrency. Show all posts
Showing posts with label Data Concurrency. Show all posts

Monday, November 23, 2009

Handling Data Concurrency Using ADO.NET

I've encountered this article during studying of concurrency mechanism implemented in SQL Server 2005.

I found it nice, because it discusses various concurrency aspects while using ADO.NET disconnected model.

http://msdn.microsoft.com/en-us/magazine/cc163924.aspx

Enjoy,

Mark.