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
What is variable view?
How do you find the count of records in a dataset?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
What are the parameters that control most of connection pooling behaviours?
What provider ado.net use by default? Explain the role of data provider in ado.net?
Explain the architecture of ado.net?
What is difference between connected and disconnected architecture in ado.net?
What is difference between Dataview and Datatable?
What is the current version of entity framework?
What is difference between sqldatareader and sqldataadapter?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
What is ado in agriculture?
What do you mean by performing asynchronous operation using command object?
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
Explain ado.net features? Benefits? Drawbacks?