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
Give an example for authorization filters in an asp.net mvc application?
what is entityclient?
What are the 3 main components of an asp.net mvc application?
What is definingquery in entity framework? : Entity framework
Do I need microsoft .net framework?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
Name a few different return types of a controller action method?
What is the advantage of using asp.net routing?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
Explain what is asp.net mvc?
Is the following route definition a valid route definition? {controller}{action}/{id}
What is the .net framework?
In razor syntax, what is the escape sequence character for @ symbol?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?