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
What is the difference between Data adaptor and Data set?
Which is better entity framework or ado.net?
What is a non query?
What are the benefits of ADO.NET?
What is read only and forward only in ado.net?
What is a sqldataadapter?
How to connect and retrieve data from database using dataset
What we do with the object of ado.net dataset after using it?
What is basic use of data view?
What is dbcontext and dbset in entity framework?
What are the data access namespaces in .NET?
Explain the overview of ado.net architecture?
What are the methods of XML dataset object?
Is ado.net an orm?
What is difference between sqldatareader and sqldataadapter?