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
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What is the use of adodc?
What is the default provider in ado.net?
What we do with the object of ado.net dataset after using it?
Does entity framework use ado.net?
What are all the different methods under sqlcommand?
What are the drawbacks of using ado.net?
Define atomicity?
Which is faster entity framework or ado.net?
How can you add or remove rows from the datatable object of dataset?
What is ado.net and its features?
What is difference between datagridview and datagrid control in winforms?
What is untyped dataset?
Which provider is used to connect ms access, oracle, etc…?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.