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
What providers does Ado.net uses?
Explain ODP.net
What is the meaning of executenonquery?
What is the significance of CommandBehavior.CloseConnection ?
What is ambient transaction?
Define Execute Scalar?
What are basic methods of dataadapter?
What is difference between datatable and dataset?
differences between ADO and ADO.NET
Do we use stored procedure in ADO.Net?
What is the difference between dataset and datatable?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What is Dataset Object?
What is ado control?
What is the difference in an abstract class and an interface?