What do you mean by Object Pooling in ADO.net?

devquora
devquora

Posted On: Oct 16, 2020

 

Object pooling in terms of ADO.net framework is a repository of objects stored in memory cells that are can be used later. The benefit of using object pooling is that it reduced the load of the creation of new objects each time when required. When the user required any object, the manager of the object pool considers a request and processes it accordingly.

    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:..