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.
Illustrate in brief the main difference between Navigation application and XBAPs in the WPF?
Differentiate between Web server controls and HTML?
Define Windows Workflow Foundation (WF)?
Illustrate four common properties of all validation controls?
What Global.asax file includes in event handlers?
What do you understand by the Tuples?
What is web.config file?
Explain the difference between the Response.Output.Write() and Response.Write() methods?
Explain about standard query operators in LINQ?
How we can dynamically add the user controls to the page?
18,76,764
1932882 Asked
3,689
Active Tutors
1460033
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!