Basic Dot Net Question:
Explain ADO.NET features? Benefits? Drawbacks?
Answers:
Answer #11. Data will be retrieved through DataSets
2. Scalability
2. Scalability
Answer #21. Disconnected Data Architecture
2. Data cached in Datasets
3. Data transfer in XML format
4. Interaction with the database is done through data commands
2. Data cached in Datasets
3. Data transfer in XML format
4. Interaction with the database is done through data commands
Previous Question | Next Question |
Can any object be stored in a Viewstate in .NET? | ASP.NET interview questions only? |