What is connection pooling and how do you make your application use it?



What is connection pooling and how do you make your application use it?..

Answer / Karamveer Singh

Connection pooling is a technique for improving the performance of database applications by reusing established connections instead of creating new ones each time. In .NET, connection pooling can be enabled when using ADO.NET by setting the ConnectionString property to include the necessary settings.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Explain what relationship is between a process, application domain, and application?

1 Answers  


Explain can the validation be done in the server side? Or this can be done only in the client side?

1 Answers  


What are the differences between user control and server control?

1 Answers  


How is a property designated as read-only?

2 Answers   Siebel Systems,


What is UDDI and how to register a web service ?

2 Answers   Msoft, TCS,


What is Global Assembly Cache (GAC) and what is the purpose of it?

2 Answers   Ksb,


What is meant by globalization?

1 Answers  


What is a Manifest?

1 Answers   CTS,


What is the use com component in .net?

1 Answers  


How Can Registry Editor in .NET?

1 Answers  


What is STA in .NET?

1 Answers  


What are the types of assemblies in .net?

1 Answers  


Categories