Thursday, November 10, 2011

ADO.NET interview questions: - What are the namespaces provided by .NET for data management?


Following are the namespaces provided by .NET for data management:-
System.Data

This namespace has the dataset object which helps us to access data in a data source independent manner.
System.Data.SqlClient:

This namespace has objects which helps us to connect to SQL Server database.
System.Data.OleDB

This namespace has objects which helps us to connect to other databases like Oracle, Access and also SQL Server database.
System.XML

This Contains the basic objects required to create, read, store, write, and manipulate XML documents.














ADO.NET namespaces

See the following video on calling a stored procedure using LINQ: -













Avail from the link more ADO.NET interview questions for preparation.

Regards,

Refer author’s other blog for complete ADO.NET interview questions

No comments: