What are the two fundamental objects in ADO.NET?
Answer Posted / sonal
DATA PROVIDER(comprises of connection, command, data reader and data adapter)-> CONNECTED Architecture
DATA SET-> DISCONNECTED Architecture
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define the data provider classes that is supported by ado.net?
Why is ADO.NET serialization slower than ADO ?
How can we perform transactions in .net?
What is adodb dll?
What is microsoft ole db provider for sql server?
What is a data control clerk?
What is ado.net connection?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
How to creating a SqlCommand Object?
Which is faster entity framework or ado.net?
What is the difference between DataReader and DataSet in ADO.NET?
What does executereader return?
What are basic methods of dataadapter?
how Sequence to connect and retrieve data from database using dataset?
can we create synonymn in ms access,sql server,my sql if so explain me with example