What is the purpose of connection pooling in ADO.NET?

 Posted by Majith on 9/6/2008 | Category: ADO.NET Interview questions | Views: 11392
Answer:

Connection pooling enables an application to use a connection from a pool of connections that do not need to be re-established for each use. Once a connection has been created and placed in a connection pool, an application can reuse that connection without performing the complete connection creation process.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response