What are the parameters that control most of connection pooling behaviours?



What are the parameters that control most of connection pooling behaviours?..

Answer / Ashok Banjara

Parameters controlling connection pooling behaviors in ADO.NET include MaxPoolSize, MinPoolSize, and Timeout. These properties can be set using configuration files or programmatically.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

Explain the overview of ado.net architecture?

1 Answers  


Which control of the BindingNavigator returns the current position within the data source?

1 Answers  


what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?

1 Answers   EDS,


What is the Magic Tables in Sqlserver2000?

7 Answers   IBM, SQL Star,


What's the difference between Dataset.clone and Dataset.copy?

10 Answers   Ksb,


What are the key events of sqlconnection class?

1 Answers  


What is a datagridview?

1 Answers  


What is executescalar and executenonquery?

0 Answers  


What are disadvantages of microsoft-provided data provider classes in ado.net?

1 Answers  


oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?

1 Answers   Infosys, Wipro,


What is connected architecture in ado.net?

1 Answers  


How do we invoke queries from the application

2 Answers  


Categories