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
Describe connection object in ado.net
What is connection string?
Explain what are the steps to connect to a database?
What is the use of SqlCommand object?
Which is faster dataset or datareader?
Describe the command object and its method.
Do we use stored procedure in ADO.Net?
What is an orm, and why would you use one instead of plain old ado.net?
Which database is the ado.net?
What is the purpose of using adodb?
What is the use of sqldatareader class?
What is ado and rdo?
Explain advantages of ado.net?
Compare Data Reader & Dataset in ado.net?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?