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.
Why do we require the nested master pages in the Web site?
Write ASP.NET configuration options that are supported in ASP.NET implementation on shared Web hosting platform?
Explain Language Integrated Query (LINQ)?
Write the main difference between a RichTextBox and TextBox control.
Describe DataReader object?
Explain the working of cookie less session?
Explain the use of App_Code folder in ASP.NET?
Explain the code-behind feature of ASP.NET?
State the advantages Web services have over the Component Object Model (COM) and also the Distributed Component Object Model (DCOM)?
Write about the difference between OLEDB Provider and the SqlClient?
18,76,764
1930079 Asked
3,689
Active Tutors
1432204
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!