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  


can we have multiple datatables in a datareader ?

18 Answers   Fulcrum Logic, Infosys, Kale Consultants, Ness Technologies,


How can you add or remove rows from the datatable object of dataset?

0 Answers  


What are the advantages and drawbacks of using ado.net?

0 Answers  


Explain what are the steps to connect to a database?

0 Answers  






What are good ado.net object to replace to ado recordset object.

0 Answers  


Explain the ADO . Net Architecture ( .Net Data Provider) ?

2 Answers  


What does executequery return?

0 Answers  


What is the difference between sqlcommand and sqldataadapter?

0 Answers  


What is the default provider in ado.net?

0 Answers  


What is the difference in record set and dataset?

0 Answers  


Explain what are acid properties?

0 Answers  


Categories