what is meant by connection pooling and event pumbling in
ado.net
Answer Posted / prabhat saxena(lmp)
connection pool is set of active connections object,so that
someone else can make use of it without waiting of creating
the new connection.The number of connections allowed to a
particular database may be limited due to server capacity
or database licensing restrictions.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is the maximum pool size in ado.net connection string?
What is the difference between data reader and data adapter?
What is the difference between the clone() and copy() methods of the dataset class?
How to Read, Add, Update and Delete record in Entity Framework ?
What is ambient transaction?
What is the role of data provider in ado.net?
Define table relations?
Which is better entity framework or ado.net?
What is different between sqlcommand object and command behavior object?
What is the difference between data grid and data repeater?
Explain the advantages and disadvantages of using datalist?
What is a datareader object?
Describe ado.net object model in detail.
Which property is used to check whether a DataReader is closed or opened?
What is Dataset Object?