Basic Dot Net Question:

Explain ADO.NET features? Benefits? Drawbacks?

Dot Net Interview Question
Dot Net Interview Question

Answers:

Answer #1
1. Data will be retrieved through DataSets
2. Scalability

Answer #2
1. Disconnected Data Architecture
2. Data cached in Datasets
3. Data transfer in XML format
4. Interaction with the database is done through data commands


Previous QuestionNext Question
Can any object be stored in a Viewstate in .NET?ASP.NET interview questions only?