What providers does ado.net uses internally ?
Answer Posted / vivek
Before ado.net 2.0 they give only interfaces to implemetn
them then every provider started implementing on their own
way so problem araised with these implementation.
From ado.net2.0 it gives abstract classes like DbConnetion
to providers.Then the providers create classes to implement
those abstract classes.
Ex:SqlConnection,OracleConnection.
with thses abstract classes we can connect to any backend.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe the command object and its method.
What Is Difference Between Ado And Ado.net?
List the 4 common ado.net namespaces?
Compare Data Reader & Dataset in ado.net?
Name which operations can you not perform on an ado.net dataset?
What is the difference between SqlCommand and SqlCommandBuilder?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
Is datareader faster than datatable?
how we can fire event in databound coulm in datagfrid withot using button?
What are the usages of the command object in ado.net?
What is fill method in ado.net?
What is ole access?
What is the difference between ADO and ADO.Net?
What is the current version of entity framework?
What is different between sqlcommand object and command behavior object?