Silverlight Project Supports which of the following ?
-
DataTable
-
DataSet
-
DataColumn
-
None of these
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.