what is meant by connection pooling and event pumbling in
ado.net
Answer Posted / sandyni
when a connection opened first time the connection pooling
is created , and is based on the exact match connection
string given to the connection object.
It works only the connection string is same.otherwise it
will open a new connection. Hence connection pooling
maintains all these coneections to made the retreive of
data effectively and fastly.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain what is datagrid with an example?
What is the role of the dataset object in ado.net?
What is execute reader in ado.net?
Explain the role of data provider in ado.net?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
How can we check that some changes have been made to dataset since it was loaded?
how can implement dropdownlist in particular of dataset when try to update?
What is dataadapter in ado.net?
What is datasource in ado.net?
What are the data access namespaces in .NET?
What is ole word?
What is oledb driver?
What are the Features and disadvantages of dataset
What is the current version of entity framework?
What is oledb connection?