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 reference by value how does it works in .net?

2 Answers   SQL Star,


What is the difference between typed and untyped dataset?

0 Answers  


What does connection string consists of ?

4 Answers   Digital GlobalSoft,


What are different layers of ADO.Net?

0 Answers  


Why is stored procedure used in ado.net?

0 Answers  






What is the role of data provider in ado.net?

0 Answers  


How do u implement locking concept for dataset?

2 Answers   ABC,


Which type of database is used while processing dynamic database?

1 Answers   Microsoft,


When multiple users attempt to modify data at the same time Ex user 1 is updating record at same time user2 deleted record sucessfully.now user1 has press update button . how to handle concurrency

4 Answers   Digital Group,


how to display empty table to datagrid

3 Answers   LG Soft,


what is the syntax code to oledb to connect oracle

6 Answers   IBM,


Which namespaces are used for data access?

0 Answers   SwanSoft Technologies,


Categories