Answer Posted / akash verma
connection pooling is a pool which contains connections which are not in working but when they are required they are fetched from the connection pool and when the work is finished they again go back in the connection pool for next call.Thus there is no need to create new connection again and again, the same connection can be used only by calling it every time.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How we can handle the exception at controller level in ASP.Net MVC?
List out few different return types of a controller action method?
What is the benefit of entity framework?
Mention the core components of .net framework?
Is it possible to share a view across multiple controllers?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
What are Code Blocks in Views?
How to use multiple submit buttons in asp.net mvc?
what is entity graph in entity framework?
Can you explain renderbody and renderpage in mvc?
Explain the use of Inversion of control (IOC)?
What is the need of Action Filters in ASP.Net MVC
What is edm (entity data model)? : Entity framework
Does Tempdata hold the data for other request in ASP.Net MVC?
What is Differnce between html.action and ajax.action?