What is Connection Pooling in Ado.Net?

devquora
devquora

Posted On: Oct 16, 2020

 

Connection pooling is a set of database connections that are used or reused when required after processing a request. The merit of utilizing a connection pooling database is that it increases the performance of execution of database commands. It also decreases the time and effort taken to carry out operations.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    ADO.Net Interview Questions

    Describe ADO.net?

    ADO.net is an acronym for ActiveX Data Objects, which is commonly used as a part of the .net framework...

    ADO.Net Interview Questions

    List some of the common data providers for ADO.net framework.

    Some of the common data providers for ADO.net framework include:..