Google News
logo
Silverlight - Interview Questions
Is ADO.NET objects supported in Silverlight Project?
No, Silverlight project doesn't support normal ADO.NET objects like DataTable, DataSet, DataColumn, Database connection providers like SqlConnection, OledbConnection objects.
 
You can use System.Data namespace but that contains Services related stuffs not ADO.NET stuffs.
Advertisement