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.
What are XML attribute?
Describe the role of the DataSet object in the ADO.NET?
What do you know about parameter and explain new types of the parameters introduced in the C# 4.0?
Name the events that are fired during a page load?
Is it possible to set which kind of comparison we want to perform by the CompareValidator control?
Write three general properties of every validation controls?
Differentiate between the ASP.NET session and a ASP session?
Write the major differences between the classic ADO and ADO.NET?
How docking is different from anchoring?
Specify the advantages of the DOM?
18,76,764
1959997 Asked
3,689
Active Tutors
1446776
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!