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.
State the main components of .NET Framework?
In ASP.Net which namespaces imported automatically by Visual Studio?
How can we check that whether all the validation controls on the Web page are valid and proper?
Explain the necessary syntax of the LINQ query in the Visual Basic and also in the C#.
State the use of the Connection object?
Describe Common Language Specification (CLS)?
Briefly describe the function of a CheckState property of a CheckBox control?
What is the EventLog class?
List the usages of the Command object in ADO.NET?
Write the control which exposes LINQ features to the Web developers through ASP.NET data-source control architecture.
18,76,764
1934053 Asked
3,689
Active Tutors
1417563
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!