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 are the advantages of ado.net?
Define Execute Reader?
How do you connect to sql server database without using sqlclient?
What does ado stand for?
What are the benefits of using ado.net?
Explain the different row versions available in table?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What are the data access namespaces in .NET?
What is ado.net tutorial?
What is difference between Dataview and Datatable?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What are the parameters that control most of connection pooling behaviors?
Where is adodb dll located?
What are the steps you will take to improve performance? Will you use dataset or datareader?
What is the difference between SqlCommand and SqlCommandBuilder?