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
How to maintain the relation between two tables in ADO.NET?
How can I retrieve two tables of data at a time by using data reader?
how Sequence to connect and retrieve data from database using dataset?
Explain how to create dynamic gridview?
What is difference between entity framework and ado.net?
What DataReader class do in ADO.NET ?
What is disconnected scenario in entity framework?
What is command class in ado.net?
What is the default provider in ado.net?
Command objects uses, purposes and their methods.
What is untyped dataset?
Does entity framework use ado.net?
Name which operations can you not perform on an ado.net dataset?
What is difference between connected and disconnected architecture in ado.net?
What is a string variable?