What is ado.net object model?



What is ado.net object model?..

Answer / Satyam Srivastava

ADO.NET Object Model is a .NET Framework programming interface for data access and manipulation, built on top of ADO (ActiveX Data Objects) and optimized for XML support. The main objects in the ADO.NET Object Model are Connection, Command, DataReader, DataAdapter, DataSet, and various data-bound controls like DataGridView.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is ODP.NET?

2 Answers   Microsoft,


How do you connect to sql server database without using sqlclient?

1 Answers  


What is difference between connected and disconnected architecture in ado.net?

1 Answers  


What is serialization and de-serialization in .net?

1 Answers  


Explain the difference in an abstract class and an interface?

1 Answers  


How to create data relations?

1 Answers  


What's the difference between Dataset.clone and Dataset.copy?

10 Answers   Ksb,


Which is faster ado.net or linq?

1 Answers  


What is connected architecture in ado.net?

1 Answers  


How can we load multiple tables in to dataset?

1 Answers  


What is the use of adodc?

1 Answers  


What are the features of ado.net?

1 Answers  


Categories