Explain the namespaces in which .NET has the data functionality class.

Answer

System.data contains basic objects. These objects are used for accessing and storing relational data. Each of these is independent of the type of data source and the way we connect to it.

These objects are:

DataSet
DataTable
DataRelation.

System.Data.OleDB objects are used to connect to a data source via an OLE-DB provider.

These objects have the same properties, methods, and events as the SqlClient equivalents.

A few of the object providers are:

OleDbConnection
OleDbCommand

System.Data.SqlClient objects are used to connect to a data source via the Tabular Data Stream (TDS) interface of only Microsoft SQL Server.

The intermediate layers required by an OLE-DB connection are removed in this.
This provides better performance.

System.XML contains the basic objects required to create, read, store, write, and manipulate XML documents according to W3C recommendations.

All ado.net Questions

Ask your interview questions on ado-net

Write Your comment or Questions if you want the answers on ado-net from ado-net Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---