Top "Wcf-ria-services" questions

Microsoft WCF RIA Services simplifies the traditional n-tier application pattern by bringing together the ASP.

Linq To Entities - how to filter on child entities

I have entities Group and User. the Group entity has Users property which is a list of Users. User has …

linq entity-framework linq-to-entities wcf-ria-services
RIA Services: How can I create custom authentication?

I am working with the Silverlight RIA Services and I want to create custom authentication. This appears to be the …

silverlight-3.0 wcf-ria-services
How to use WCF RIA SERVICES with WPF application?

I want to use WCF RIA SERVICES in my WPF application. but WCF RIA SERVICES client only surport silverlight and …

c# wpf wcf wcf-ria-services
WCF RIA Service deployment issue

I have a very simple sample silverlight application. I added a domain service to it with an entity model that …

wcf silverlight wcf-ria-services ria
RIA Services EntitySet does not support 'Edit' operation

Making my first steps in RIA Services (VS2010Beta2) and i encountered this problem: created an EF Model (no POCOs), …

wcf-ria-services entityset
The "CreateRiaClientFilesTask" task failed unexpectedly

I've VS 2010 and recently installed WCF RIA Services V1.0. For testing I have created a new Silverligh Business project but …

silverlight wcf-ria-services
RIA Services versus WCF services: what is a difference

There are a lot of information how to build Silverlight application using .NET RIA services, but it isn't clear what …

.net silverlight wcf wcf-ria-services
DomainDataSource DataPager with silverlight 3 DataGrid & .Net RIA Services

I have a simple datagrid example with silverlight 3, and am populating it with the .NET ria services using a DomainDataSource …

silverlight-3.0 wcf-ria-services data-paging
Where is System.ServiceModel.DomainServices.EntityFramework DLL?

I'm trying to use RIA services, I installed Silverlight 4 and Silverlight 4 Tools/SDK, but I cannot setup a LINQToEntitiesDomainService because …

.net silverlight wcf-ria-services domainservices
Silverlight RIA Services - how to do Windows Authentication?

I am building my first Silverlight 3 + RI Services application and need some help. It will be deployed in an controlled …

silverlight authentication windows-authentication wcf-ria-services