Published:
17 Dec 2007
|
Abstract
In ADO.NET, when performing bulk database operations, the thread that is executing it will wait for the database operation to complete and proceed the execution of other lines. If the database operation is bulk and complicated, the amount of time the thread waiting will be more. To answer this, ADO.NET 2.0 is packed with a new feature to execute bulk operations asynchronously. This article takes you through the implementation of this new feature. |
 |
by Satheesh Babu
Feedback
|
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days):
8305/
281
|
|
|
|
| Introduction |
ADO.NET 2.0 is packed with many new features that make the
developers' life easier. One such feature is executing bulk database operations
asynchronously against a database. This article will help a developer to start
programming asynchronous commands in ADO.NET 2.0. In previous versions of .NET
it is not possible to execute a command asynchronously against a database.
Well, this is mitigated with the arrival of new extensions in ADO.NET with 2.0
releases. To understand asynchronous programming we should first understand
synchronous operation which is the common paradigm in ADO.NET.
|
|
|
|
|
Article Feedback
User Comments
Title:
Very Good
Name:
Sunil Dhiman
Date:
7/4/2008 12:17:38 AM
Comment:
this article helped me very much. thanks.
|
Title:
Very Good
Name:
Samim Mondal
Date:
4/2/2008 3:16:42 AM
Comment:
Its very good article....
|
Title:
RE:Thank you
Name:
satheesh babu
Date:
3/24/2008 12:55:18 PM
Comment:
Thanks for the comments guys!! Satheesh http://www.codedigest.com
|
Title:
Thank you
Name:
Beri
Date:
3/24/2008 12:51:21 PM
Comment:
I've been struggling to make sense of Asynchronous Transcations. This article has helped me a lot. Thank you very much Sateesh.
|
Title:
Mrs
Name:
JayaNayagam
Date:
1/7/2008 1:14:14 AM
Comment:
The author explains quite clearly,quite useful.
|
Title:
Nice info
Name:
Abhishek Kumar Singh
Date:
12/20/2007 4:41:16 AM
Comment:
nice one
|
|
Product Spotlight
|
|
|