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
What is Dependency Injection in ASP.Net MVC
What is the difference between ViewData, ViewBag and TempData?
Is dapper faster than entity framework?
Is it possible to create a custom filter?
Explain the new features 3.5 framework against with the tool?
What is meant by tempdata in mvc?
What is the benefit of entity framework?
Do you know about the new features in ASP.Net MVC 4 ?
What is meant by domain model?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
What are the components of the .net framework.
Explain tempdata in mvc?
Explain the advantages of dependency injection (di) in asp.net mvc?
Which is the root namespace for fundamental types in .net framework?
How can I return string result from action in asp.net mvc?