What are the two fundamental objects in ADO.NET?
Answers were Sorted based on User's Feedback
Answer / bhavesh chhatrala
Datareader and Dataset are the two fundamental objects in
ADO.NET
Is This Answer Correct ? | 53 Yes | 2 No |
Answer / satyambabu
two fundamental objects in ADO.NET
Datareader:- connected architecture
and
Dataset :-disconnected architecture
Is This Answer Correct ? | 46 Yes | 5 No |
Answer / apuroop
DataSet
DataReader
Dataset is disconnected archtecture
Data Reader is Connected Architecture
Is This Answer Correct ? | 10 Yes | 2 No |
Answer / manoj
two fundamental objects in ADO.NET
connected architecture (like Datareader)
and
disconnected architecture (like Dataset)
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
Answer / gourav jain
1) Data set
2) .Net data provider
comprises of (Connection object, Command object, Data
Reader, Data Adapter).
Is This Answer Correct ? | 3 Yes | 4 No |
What is ado circle?
What is ado and dao?
What is difference between entity framework and ado.net?
What are the differences between RAW, AUTO and Explicit modes in retrieving data from SQL Server in XML format?
If a dataset contains 100 rows, how to fetch rows between 10 and 20 only ?
Explain sqlconnection object?
What is the meaning of object pooling?
What does sqldatareader return?
explain connection less and with connection?diference between data reader,data set,data adapter? can we use data reader,data set in a single application? if yes explain with simple code,if no explain?
Define the data provider classes that is supported by ado.net?
How to add a javaScript function in a datagrid?
What are the Different layers in ADO.Net?