I have two queries in my RIA DomainService.one is a simple get using linq and the other is a get with a peramiter and a linq join.the simple 开发者_运维百科get when using include() returns the data i
I need a solution to Upload Files (of any type) using a Silvelright 4 client and using Entity Framework 4 to make the connection with the database. After the files are uploaded how can I download them
Using RIA Domain services with entity framework 4, I am having trouble to get the entity with filtered related items.
I\'ve got 3 different clients accessing my ASP.Net service laye开发者_开发百科r. I\'m in the process of moving the Silverlight client to RIA services and I\'d like to consolidate my authentication cod
I have the beginnings of a standard Silverlight/ RIA/ EF application that is just working straight away as expected.
I have a DataGrid in a Silverlight application. This application is using RIA Data Services. My code looks like the following:
I am creating a dashboard in Silverlight. I am trying to create a pie chart as follows: &l开发者_StackOverflowt;ria:DomainDataSource AutoLoad=\"True\" Name=\"orderDomainDataSource\"
Using WCF RIA Service, how can a load operation be cancelled? The S开发者_运维技巧upportsCancelation is readonly and always seems to return false.
I have to create now a multi-screen Silverlight 4 RIA application with MVVM. Each of these sc开发者_Python百科reens has to be devided in multiple regions (for example master-detail scenario whereas e
We are getting this error InvalidOperationException \"userservice operation already in progress\" in our Silverlight 4 (OOB with RIA Services) when you click the Login button, but it doesnt happen eve