What are the two fundamental objects in ADO.NET?
Answer Posted / apuroop
DataSet
DataReader
Dataset is disconnected archtecture
Data Reader is Connected Architecture
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
How can we save all data from dataset?
Why edit is not possible in repeater?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What is ado net stands for?
Define isolation?
Explain the role of data provider in ado.net?
Define atomicity?
What are the 3 major types of connection objects in ado.net?
What is dataset object? Explain the various objects in dataset.
Does ado.net use odbc?
What are the main differences between classic ado and ado.net?
What is namespace in ado.net?
How can you add or remove rows from the datatable object of dataset?
Explain all the classes those are used for database connections between sql server and asp.net?
What is an orm, and why would you use one instead of plain old ado.net?