What are the two fundamental objects in ADO.NET?
Answer Posted / manoj
two fundamental objects in ADO.NET
connected architecture (like Datareader)
and
disconnected architecture (like Dataset)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to work with disconnected data - the dataset and sqldataadapter?
If we are not returning any records from the database, which method is to be used?
What is ole in excel?
What is the full form of ado?
What are the differences between OLEDB and SQLClient Providers?
Difference between sqlcommand and sqlcommandbuilder?
Is it possible to edit data in Repeater control?
What is executenonquery ado.net?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
What is sqldatareader in ado.net?
What is data view and variable view?
What is Data Provider?
What is sqlconnection and sqlcommand?
What does ole stand for in excel?
What is disconnected scenario in entity framework?