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
How to add an aggregate column?
What are the advantages of ado.net?
What are two types of transaction supported by ado.net?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
Why is stored procedure used in ado.net?
What is ole in vb?
Define isolation?
Explain the advantages and disadvantages of using datalist?
What is the difference between ado.net and entity framework?
What is the current version of entity framework?
What is difference between ado.net and asp net?
What is data view and variable view?
What is oledb driver?
What does ado stand for?
What is the DataTableCollection?