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 |
Explain what relationship is between a process, application domain, and application?
Explain can the validation be done in the server side? Or this can be done only in the client side?
What are the differences between user control and server control?
How is a property designated as read-only?
What is UDDI and how to register a web service ?
What is Global Assembly Cache (GAC) and what is the purpose of it?
What is meant by globalization?
What is a Manifest?
What is the use com component in .net?
How Can Registry Editor in .NET?
What is STA in .NET?
What are the types of assemblies in .net?