Showing posts with label interview question java. Show all posts
Showing posts with label interview question java. Show all posts

Friday, February 21, 2014

.NET Interview Questions 2014

What is Microsoft ADO.NET?
ADO.NET is one of the component in the Microsoft.NET framework which contains following features to Windows, web and distributed applications.

i. Data Access to the applications from Database in connected (Data reader object) and disconnected (Data set and data table) model.
ii. Modify the data in database from application.

What are the Benefits of ADO.Net?
ADO.Net offers following Benefits
Interoperability: 
XML Format is one of the best formats for Interoperability.ADO.NET supports to transmit the data using XML format.

Scalability: 
ADO.NET works on Dataset that can represent a whole database or even a data table as a disconnected object and thereby eliminates the problem of the constraints of number of databases being connected. In this way scalability is achieved.

Performance: