Basic Dot Net Question:
Download Questions PDF

What do you know about ADO.NET’s objects and methods?

Answer:

ADO.NET provides consistent access to data sources such as Microsoft SQL Server, as well as data sources exposed through OLE DB and XML.
Data-sharing consumer applications can use ADO.NET to connect to these different data sources and retrieve, manipulate, and update data.
ADO.NET provides first-class support for the disconnected, n-tier programming environment for which many new applications are written.

Download Dot Net Interview Questions And Answers PDF

Previous QuestionNext Question
What exactly is being serialized when you perform serialization in .NET?.NET framework overview?