Multiple choice technology web technology

Silverlight Project Supports which of the following ?

  1. DataTable

  2. DataSet

  3. DataColumn

  4. None of these

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Silverlight does NOT support DataTable, DataSet, or DataColumn - these are ADO.NET data structures from the full .NET framework that are not available in Silverlight's subset. Silverlight uses simplified data structures and relies on other mechanisms (like collections, POCO objects, or WCF/REST services) for data handling. Therefore 'None of these' (D) is correct.