Answer Posted / narayanaprasad
Connection Pooling can increase the database performance to
a huge extent. This article discusses what Connection
Pooling actually is, how it can boost the performance of
database access and how we can create a Connection Pool in
.NET and add and remove connections to it.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
How does �side by side� work for the .net framework 3.0?
What are Action Methods in ASP.NET MVC?
Can I set the unlimited length for "maxjsonlength" property in config?
What are the advantages of razor view engine?
Explain the types of Scaffoldings.
explain why t4 entity is important in entity framework?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
What is meant by bootstrap in mvc5?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
What are authentication filters in web api?
what is linq to entities?
What is the use of view model in asp.net mvc?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
mention what is code first approach and model first approach in entity framework?
Is it possible to share a view across multiple controllers?