What is connection pooling
What is connection pooling? And name the pre-requisites used for connection pooling?
Expert
Connection pooling refers to task of alignment database connections in the cache to build them reusable since opening new connections each time to the database is very time-consuming procedure. So, connection pooling facilitates us to recycle previously existing and the active database connections, each time required, and increase the performance of application. We can enable or disable connection pooling in the application through setting a pooling property to either true or false in the connection string. By default, it is enabled in the application.
Prerequisites used for connection pooling are:
• There should be several processes to share similar connection describing the similar security settings and parameters.
• Connection string have to be identical.
How we can decide whether we should deploy application or publish application?
Briefly describe side-by-side execution and also explain whether two applications, one using the shared assembly and other private assembly be declared as side-by-side executables?
Explain the use of App_Code folder in ASP.NET?
Write about the difference between OLEDB Provider and the SqlClient?
Write the difference between the Literal control and Label control?
Explain the benefits of using the ADO.NET in .NET 4.0?
How one can put a border around the picture box?
List the classes which are introduced in the System.Numerics namespace?
Write down some of the Features of WPF in brief.
List the types of Cookies that are available in ASP.NET?
18,76,764
1938491 Asked
3,689
Active Tutors
1457000
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!