I have Datamodel where I have used a DataSet as my data container.
I have a UI that is created in Silverlight.
I know that in SL 2 we cannot use Dataset. Can we use Dataset in Silverlight 4?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As far as I know, Dataset’s aren’t directly supported in Silverlight 4. Entity model allows for much more easier form of managing changes and it comes in in-build CRUD operations. Entities works flawlessly with silverlight controls.
Fortunately, there are many workarounds available in the internet for Datasets thought. Here’s one of them.