What are the two fundamental objects in ADO.NET?

Answers were Sorted based on User's Feedback



What are the two fundamental objects in ADO.NET?..

Answer / bhavesh chhatrala

Datareader and Dataset are the two fundamental objects in
ADO.NET

Is This Answer Correct ?    53 Yes 2 No

What are the two fundamental objects in ADO.NET?..

Answer / satyambabu

two fundamental objects in ADO.NET
Datareader:- connected architecture
and
Dataset :-disconnected architecture

Is This Answer Correct ?    46 Yes 5 No

What are the two fundamental objects in ADO.NET?..

Answer / apuroop

DataSet
DataReader
Dataset is disconnected archtecture
Data Reader is Connected Architecture

Is This Answer Correct ?    10 Yes 2 No

What are the two fundamental objects in ADO.NET?..

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

What are the two fundamental objects in ADO.NET?..

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

What are the two fundamental objects in ADO.NET?..

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 are the two fundamental objects in ADO.NET?..

Answer / roy

ds
dr

Is This Answer Correct ?    0 Yes 1 No

What are the two fundamental objects in ADO.NET?..

Answer / loysg

connection string,commond

Is This Answer Correct ?    2 Yes 28 No

Post New Answer

More ADO.NET Interview Questions

What is the difference between typed and untyped dataset?

0 Answers  


Describe connection object in ado.net

0 Answers  


Explain what is datagrid with an example?

0 Answers   C DAC, CDAC,


What is the full form of ado.net?

0 Answers  


Which is faster sqldataadapter and sqldatareader?

0 Answers  






What are all the different authentication techniques used to connect to MS SQL Server?

0 Answers  


What is ole2 format?

0 Answers  


What are the advantages of using datalist?

0 Answers  


What is ado oledb and odbc?

0 Answers  


What are the namespaces used in ADO.Net to connect to a database?

0 Answers  


Why is stored procedure used in ado.net?

0 Answers  


What is microsoft ole db provider for sql server?

0 Answers  


Categories