is is possible to use full Entity Framework 4+ in Silverlight? I use it with WPF, but is there any difference when using Silverlight?
Thank you!
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.
Not on a client side. In Silverlight world client talks to server via WCF services. Then, server side can use anything you want and EF perfectly fine.
RIA, MVVM and such are just “gluing” techniques that allow you to use WCF in most easy way on client side.