Google News
logo
ADO.NET - Interview Questions
What is object pooling in ADO.NET?
Object pooling is nothing but a repository of the objects in memory which can be used later. This object pooling reduces the load of object creation when it is needed. Whenever there is a need of object, object pool manager will take the request and serve accordingly.
Advertisement