Namespace in which .net have the data functionality classes, DOT NET Programming

Assignment Help:

What is the namespace in which .NET have the data functionality classes?

System.data :

This namespace contains the basic objects used for accessing &  storing relational data, like  DataTable,DataSet, and DataRelation. Each of these is independent of the type of the data source and the way we connect to it.

System.Data.OleDB :

This namespace contains the objects that we use to connect to a data source via an OLE-DB provider, like the OleDbCommand, OleDbConnection,  etc. These objects inherit from the common base classes,&  so have the similar methods,properties,  and events as the SqlClient equivalents.

System.Data.SqlClient :

This namespace contains the objects that we use to connect the  data source via the Tabular Data Stream (TDS) interface of  the Microsoft SQL Server . This can normally give better performance as it removes some of the intermediate layers required by an OLE-DB connection.

System.XML

This namespace Contains the basic objects needed to create, store, read, write, and for manipulating XML documents according to W3C recommendations.


Related Discussions:- Namespace in which .net have the data functionality classes

Address of operator, What does Address Of operator do? The Address Of o...

What does Address Of operator do? The Address Of operator generates a delegate object for the BackgroundProcess method. A delegate within VB.NET is a object-oriented, type-safe

I need cell phone pinging for fugitive tracking, I need CELL PHONE PINGING ...

I need CELL PHONE PINGING for fugitive tracking Project Description: I want an application like the following: it provides cell phone pinging(location information via gps) wi

I need asp.net print page task, I need asp.net print page task Project D...

I need asp.net print page task Project Description: I have a little task on asp.net, I need to print a text data to receipt printer from web page, I used the subsequent code

Ui design for a website, Project Description: I have a website that I ha...

Project Description: I have a website that I have prepared, but I would like someone to make it look nicer. Most of the functionality is there, but I need help with design which

What is object relational designe, What is Object Relational Designer? ...

What is Object Relational Designer? The 0/R Designer provides a visual design surface to make LINQ to SQL entity classes and associations (relationships) that are based on obje

What is a static constructor, What is a static constructor? Static cons...

What is a static constructor? Static constructors are introduced with C# to initialize the static data of a class. CLR calls the static constructor before the initial instance

What is a cloud service, What is a Cloud Service? A cloud service is us...

What is a Cloud Service? A cloud service is used to build cloud applications. This service gives the facility of using the cloud application without installing it on the comput

Need of static methods for post cache substitution, Why do we need static m...

Why do we need static methods for Post Cache substitution? The ASP.NET should be able to call this static method even when there isn't an instance of your page class available.

How to access attributes using "xmlreader", How do we access attributes usi...

How do we access attributes using "XmlReader"? The below snippets represents the way to access attributes. At First in order to check whether there any attributes present in th

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd