What are the Different layers in ADO.Net?
Answer Posted / umesh
There are three types of ADO.NET providers,
OLEDB.NET DataProvider
SQLSERVER.NET DataProvider
ODBC.NET DataProvider.
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
Explain the difference between data reader and data adapter?
What is XML serialization
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
What is connected architecture in ado.net?
What is connection in ado.net?
What are the benefits of using ado.net?
How to pass values into a datatable?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What is data access pattern?
What is untyped dataset?
What is the current version of entity framework?
Compare Data Reader & Dataset in ado.net?
How can we add/remove row's in "datatable" object of "dataset"?
What is row state?
What is ado data control?