ADO.NET allows you to work with which types of data sources?
- Both relational databases and XML data sources
- None of the above
- Relational databases
- XML data sources
ADO.NET in .NET allows developers to work with both relational databases and XML data sources. This flexibility enables seamless integration of different types of data into applications, providing versatility in data handling and manipulation.
Loading...
Related Quiz
- In LINQ to Objects, what type of data source does it query?
- Scenario: You need to read data from a large SQL Server database. Which ADO.NET data reader should you use, and why?
- The DataList control supports _________ items, which can be customized to achieve different styles or behaviors.
- In WinForms, which event is often used to trigger data binding updates?
- Code-First development allows you to define the data model using _________ classes.