What is ado.net architecture?



What is ado.net architecture?..

Answer / Manharan Singh Rajput

"The architecture of ADO.NET revolves around data providers, which provide a common object model for database access independent of the underlying database system. It consists of four key components: Connection (represents the connection to the data source), Command (contains the SQL command or stored procedure to be executed), DataReader (a forward-only, read-only stream that retrieves data from a DataSource one row at a time), and DataAdapter (used for filling DataSets/DataTables with data and updating the DataSource based on changes made in the DataSet)."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is the use of parameter object?

4 Answers   CDC, Ksb,


Is ado.net an orm?

1 Answers  


Explain all the classes those are used for database connections between sql server and asp.net?

1 Answers  


How to retrieve the third table value from the data set?

2 Answers   Network Solutions,


What providers do you use to connect to oracle database ?

4 Answers   Digital GlobalSoft,


List all the steps in order, to access a database through ado.net?

1 Answers  


What is the purpose of using adodb?

1 Answers  


What are the different ado.net namespaces?

1 Answers  


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

10 Answers   Ksb,


describe the dataset object in ado.net.

1 Answers  


What is the difference between statement and preparedstatement interface?

1 Answers  


What are the namespaces used in ado.net for data access?

1 Answers  


Categories