I need some help figuring out the right pattern for this situation: I have a view with 5 cascading comboboxes. When you select a 开发者_如何学Govalue from the first combobox, a service call is made t
I\'m using RIA Services authentication in a Silverlight app and it works great. Now I want to add unit tests using Moq framework: http://code.google.com/p/moq/
I\'m trying to find a decent way to pass additional information from a Silverlight client to the server during a call to SubmitChanges() on a domain context, to be referenced during validation.
I have the following code: LoadOperation<Clarifications> ClarificationsLP = context.Load(context.GetClearificationsQuery().Where(o => o.ProjectID == ((App)Application.Current).Project.Projec
I\'m building a silverlight line of business application in silverlight 4 using RIA services currently and i\'m finding RIA services to be more and more of a pain everyday..
I have the basic ASP.NET authen开发者_如何学Pythontication domain service running in my Silverlight app (the one that comes with the VS2010 Silverlight Business template).
I have the following sample from MSDN: <Grid x:Name=\"LayoutRoot\" Background=\"White\"> <Grid.RowD开发者_Go百科efinitions>
I am making an app that lets user define their own data source (SQL), define the data attributes for the tables and what not, from a nice UI, and then expose a service for that data. Since the tables
My solution is Silverlight which uses WCF RIA service SP1 and Entity Framework 4. I have a problem with loading large size data.
I\'ve split out my domain services into a separate WCF RIA Services Class Library project. However there now seems to be a problem with using the resource strings in the client side library.