Answer Posted / giriraj
Object Pooling is something that tries to keep a pool of
objects in memory to be re-used later and hence it will
reduce the load of object creation to a great extent. This
article will try to explain this in detail. The example is
for an Employee object, but you can make it general by
using Object base class.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
How do u optimize a query in asp.net?
How to handle errors in Web API?
Can we override the enablepartialrendering property of the scriptmanager class?
Define xmlvalidatingreader class.
Is react a template engine?
What is autopostback in asp net?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
What is a master page and what does it do?
Explain how asp.net different from asp?
Explain the difference between asp & asp.net.
Why asp.net is used?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
How does the service stream content?
What is asp.net globalization?
What is the default Orientation property in a Menu control?