Answer Posted / 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 |
Post New Answer View All Answers
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is acid in ado.net?
What is the difference between typed and untyped dataset?
Describe the disconnected architecture of ADO.NET’s data access model.
How can we add/remove row's in "datatable" object of "dataset"?
What are all the different authentication techniques used to connect to MS SQL Server?
What are the differences between OLEDB and SQLClient Providers?
What is difference between sqldatareader and sqldataadapter?
What is the meaning of object pooling?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
What is the use of data grid?
What is the difference between dataset and datatable?
What are the important features of ado.net 2.0?
How to add an aggregate column?
Explain how to call the sql commands asynchronously in ado.net version 2.0?