C# (Sharp) Programming Language Question:
Download Questions PDF

Which of the following operations can you NOT perform on an ADO.NET DataSet?

Answer:

1. A DataSet can be synchronised with the database.
2. A DataSet can be synchronised with a RecordSet.
3. A DataSet can be converted to XML.
4. You can infer the schema from a DataSet.

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
In the NUnit test framework, which attribute must adorn a test class in order for it to be picked up by the NUnit GUI? In Object Oriented Programming, how would you describe encapsulation in C#?