I am working on an app where I am using WCF RIA services and entity framework. On laod,i have written a method which gets a list of schedules from database(as fetched using RIA method LoadOperation&l
We\'re building a new system that will have more than one front-end, where (at least) one of them bing Silverlight.
I\'m trying to connect to an existing MySQL DB from Lightswitch RTM through a WCF RIA service. I did the following:
I\'m using Prism so I can create a modular solution. I need to access the WebContext and AuthenticationService in my modules and believe the best way to do this is to move auto generated Authenticatio
I am using WCF RIA Services in combination with the Entity Framework 4.0. To ensure that related objects make it safely to the client, I need to first include them using the ObjectQuery(Of T).Include
I have created a silverlight app using WCF RIA Services and Entity Data Model. In mainPage.xaml page I have dropped a button and on click of that button certain operation is performing.I have put a b
I recently inherited a Silverlight web project that uses WCF services to handle asynchronous tasks. I recently added in a new feature, essentially copying the functionality of features that were alrea
NOTE: This has been answered as duplicate in the comment below. I am having trouble getting RIA Services to return the data I need and not more than the data I need. I have a parent object (Project)
I\'m having a hard time creating localized data annotations in an Azure / RIA / Silverlight application.
I have this class using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.ComponentModel.DataAnnotations;