Question: What does ADO.NET primarily use to interact with XML data?
Options:
Correct Answer: DataSet
Solution:
ADO.NET uses DataSet to work with XML data, allowing for in-memory representation and manipulation.