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
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is preprocessor in .net?
What is the difference between a cookie and a pixel?
Who creates jsessionid?
What is preprocessor in .net? Where it use?
Why and where this web.config file is used?
How does a content page differ from a master page?
What are the advantages and disadvantages of session?
Explain the steps needed to be performed in order to create an animation in xaml?
What is a windows service?
what are the Custom controls in asp.net?
How is a session stored and maintained in asp.net?
Which browsers support the xmlhttprequest object?
What is form submit?
Explain the difference between Repeater and Data list control in ASP.NET?