Tech Tutorials Database
GeekArticles Microsoft ASP.NET
 

Asynchronous Execution in ADO.NET 2.0

 
Author: aspalliance.com
Category: ASP.NET
Comments (0)

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.

Read More...




Sponsored Links




Read Next: ASP.NET MVC Framework (Part 3): Passing ViewData from Controllers to Views



 

 

Comments



Post Your Comment:

Your Name:*
e-mail ID:(required for notification)*
Image Verification: 
 
 Subscribe