Answer Posted / sai
ADO.Net is works on disconnected architecture it is an
object oriented set of libraries that allows you to interact
with the data source.data retrieved will be through data set
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the clone() and copy() methods of the dataset class?
How is entity framework different from ado.net?
how Sequence to connect and retrieve data from database using dataset?
What are different layers of ADO.Net?
What is data reader in ado.net?
What is the difference between sqlcommand and sqldataadapter?
How to bind the controls(best practice) comboboxes to the data in the dataset?
Can we connect two dataadapters to same data source using single connection at same time?
Do you use stored procedure in ado.net?
What is difference between datatable and dataset?
What is full form of ado?
Describe the disconnected architecture of ADO.NET’s data access model.
Define data adapter?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What is variable view?