Answer Posted / hrindows@gmail.com
Object Pooling is a concept for optimal use of limited resources through software constructs. The ready-to-use objects, connections, and threads are stored in a pool (group) of objects in memory for later use. For creating a new object, it is pulled from the pool and allocated for the request. Pooling helps in improving performance and facilitates scalability.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a session in asp.net?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Explain the asp.net page life cycle.
What is a 1x1 pixel?
In asp.net, how can you validate drop down box?
What is _viewstart?
What is the difference between session object and application object?
How to make paging concepts in datagrid in ASP.NET?
What are the different types of validation controls in asp.net?
In Code-Behind class which kind of code (server or client) is found ?
Where can I get the details on migration of existing projects using various technologies to asp.net?
What is a web server? What are the load limits in it?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
what is DLL Hell and how it is solved in .NET? please explain clearly??
Explain the use of errorprovider control in .net?