Gautam Kumar
What is an object pool in .NET?
By Gautam Kumar in C# on Nov 19 2013
  • Rahul Prajapat
    Jun, 2015 1

    An object pool is a container having objects ready to be used. It tracks the object that is currently in use, total number of objects in the pool. This reduces the overhead of creating and re-creating objects.

    • 1
  • Pankaj  Kumar Choudhary
    Jun, 2015 1

    An object pool is a container having objects ready to be used. It tracks the object that is currently in use, total number of objects in the pool. This reduces the overhead of creating and re-creating objects.

    • 1
  • Mohit Kumar
    Apr, 2014 7

    The COM+ Object Pooling service enables you to avoid the overhead of creating each object from scratch. When an object is activated, it is pulled from the pool. When the object is deactivated, it is placed back into the pool to await the next request. For learning about more in c# You can refer this link csharp interview questions

    • 0
  • Gautam Kumar
    Nov, 2013 19

    An object pool is a container having objects ready to be used. It tracks the object that is currently in use, total number of objects in the pool. This reduces the overhead of creating and re-creating objects.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS