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 are the several execute methods of ado.net?
How can we save all data from dataset?
Difference between sqlcommand and sqlcommandbuilder?
What is ado.net full form?
What providers does Ado.net uses?
What are advantages of microsoft-provided data provider classes in ado.net?
Why edit is not possible in repeater?
What is difference between entity framework and ado.net?
What is an orm, and why would you use one instead of plain old ado.net?
What is the difference between DataReader and DataSet in ADO.NET?
How to generate a single aggregate?
What is difference between connected and disconnected architecture in ado.net?
What is difference between Dataview and Datatable?
How will you fill the gridview by using datatable object at runtime?
What is an ADO.Net?