My RIA service context class has an entity set TaskToOperationAssociations which contains a list of Task to Operation associations.
I am writing a RIA service, which is also exposed using SOAP. One of its methods needs to read data from a very big table.
One of my class has a property: Dictionary<int, MyO开发者_JS百科bject> I get the error that it is unsupported.Is there a way to expose Dictionary via Ria service?You can create a System.Objec
I have a simple Silverlight project that is just getting a set of entities (EF 4) on an IIS 7.5 system. Here is my web config:
i have to read csv file. from csv file, i have to create a List list And then return it to the calling method.
I\'m pretty new to Silv开发者_运维问答erlight. I\'ve spent the day looking at RIA services. The concept seems very nice and a way to save a lot of time writing data oriented Silverlight apps. However,
In the BookClub example application from nikhilk Kothary, a combobox is used to display book categories开发者_运维技巧.
I\'m train to do the validation of my entity on the client, but it does not work. I\'ve \"required\" and range开发者_高级运维 and stringlength attributes. The problem is that only required is validati
I have a textbox and a datagrid in a silverlight project. The textbox should be enabled if the item count in the datagrid is 0 or the sum of a field in the datagrids itemssource = 0.
I have a bit of a problem with my Silverlight application, and my usage of the MVVM pattern. In my Vi开发者_高级运维ew I have a DataGrid. The ItemsSource would normaly be bound to the ViewModel, but