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 renderbody?
What is .net architecture and framework?
Are there any parts of the .net framework 3.0 that only work on windows vista?
Can we change web.config settings from iis?
What is action methods in web api?
How does the .net framework 3.0 relate to the .net framework 2.0?
how can you enhance the performance of entity framework?
What is mvc entity framework?
What is page life cycle?
What are authentication filters in web api?
How to bind table colum with gridview column?
What are actions in mvc?
How do I use partial view?
Where is tempdata stored?
How we can add the css in mvc?