I am building a RIA Domain Service that needs to perform queries on a table with lots of data. By working on this, I\'ve realized the table size can effectively be an issue.
I need to stress-test a silverlight application which uses Windows a开发者_StackOverflow中文版uthentication mode. To achieve this task I am using the StressStimulus Fiddler addin.
I have a autocompletebox that is used to select a destination for a car booking program. For the itemssource of the autocomplete box I am trying to set it to all the previous destinations ent开发者_运
I have a S开发者_如何学Pythonilverlight site with wcf ria services, this is just a test. The service is as follow
I am looking for an efficient way to create a dynamic CrudViewModelBase<TConext, TEntity> that will be used as a protortype for all the ViewModels in the application, that are going to perform C
I have a RIA Webservices call that works fine on my dev machine. var results = repositoryFactory.For<RE059>().AsQueryable()
We have a silverlight client using RIA Services.We have UI controls (such as a listbox) which we bind to collections on the server.
I have a Silverlight application that uses both a RIA authentication doma开发者_StackOverflow社区in service and a RIA entity domain service. The application works properly when run in a standard deplo
i\'m just new in developping silverlight, and i created a linq to sql connection and a service domain class. I want to get data from 2 tables which have a 1 to many relation into a datagridview. To do
I have a Silverlight project, which call RIA service. I am getting the following error: The extended protection settings configured on IIS do not match the settings configured on the transport.The Ex