What does ADO.NET consists of ?

Answers were Sorted based on User's Feedback



What does ADO.NET consists of ?..

Answer / shwetha

it consists of:

1)SQlconnection
2)Sqlcommand
3)SqlDataAdaptor
4)SqlDataReader
5)DataSet
6)DataRow
7)DataColumn

Is This Answer Correct ?    14 Yes 0 No

What does ADO.NET consists of ?..

Answer / ansu kumar

it consist of
dataset
datarelation
datatable
datacolumn
datarow

Is This Answer Correct ?    5 Yes 0 No

What does ADO.NET consists of ?..

Answer / ansu kumar

it consists of
Dataset
dataRelation
datatable
datacolumn
datarow

Is This Answer Correct ?    3 Yes 1 No

What does ADO.NET consists of ?..

Answer / asfaq

ADO.NET is a data accessing technology provided by .NET.
It has differnt namespaces which contains different data
faunctioning classes.
namespaces are:
1.System.data
2.System.data.oledb
3.System.data.sqlclient
4.system.xml

Is This Answer Correct ?    2 Yes 0 No

What does ADO.NET consists of ?..

Answer / vaidyanathan r.

ADO.NET consists of the assemblies, types and routines
needed for making connection to database so as to
facilitate the clients(users) with simpler and secured way
of retrival and updating of data residing in the database.

Is This Answer Correct ?    2 Yes 1 No

What does ADO.NET consists of ?..

Answer / ranjeet kumar panda

ADO.NET consists of mannaged providers to communicate with
datasources from .Net languages

Is This Answer Correct ?    1 Yes 0 No

What does ADO.NET consists of ?..

Answer / beauty

Ado.Net consists of following main objects:

1. Connection
2. Command
3. Dataset
4. Datareader

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ADO.NET Interview Questions

Explain why edit is not possible in repeater?

0 Answers  


How do you update a dataset in ado.net?

0 Answers  


What are the connected and disconnected modes in ado.net?

0 Answers  


What does executereader return?

0 Answers  


What is isolation?

0 Answers  






What is bubbled event can you please explain?

0 Answers  


Name which operations can you not perform on an ado.net dataset?

0 Answers  


Define atomicity?

0 Answers  


oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?

0 Answers   Infosys, Wipro,


What is ado.net explain with diagram?

0 Answers  


What is data reader in ado.net?

0 Answers  


Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.

0 Answers  


Categories