I have a Silverlight application which uses WCF RIA services and WindowsAuthentication mode.When I deploy to our web server calls that are greater than 20 seconds in length seem to lose authentication
query_TMEditSheet = _ From tm In Context_DomainService1TMTM.GetTMTMSQuery() From ts In Context_DomainService1TMTM.GetGECODsQuery()
first of all sorry for my bad english. I have a DB structure similar to that: Using RIA Services with EF4.1 what would be the best way to select only the cars that has some Characteristics?
With RIA services, you easily end up exposing quite a few service operations, many of which ought to imply business specific (contextual) security considerations.
this is a follow up from the following question WCF RIA : LoadOperation Not Refreshing Data LoadOperation<Clarifications> ClarificationsLP = context.Load(context.GetClarificationsQuery().Where(
We are using EF with RIA services.A simple application. Load a list of items, browse/edit/save. The problem is that some of the changes are not persisting to the db.
In my project first i was trying to add data to First Table , after that add new data to Second Table , after Second Table data added i was trying to update First Table . I 开发者_开发百科am beginner
Can anyone tell me if it is possible to use Unity Interception on a RIA Domain Service and if so how it can be done.
I am trying to merge two query together using LINQ via WCF RIA services. Every time I try to query the two Lists that are created out of the Lo开发者_开发知识库adOperation, I never get any results.
This is a WCF/RIA issue. I have entity A with a foreign key to Entity B. I have setup an ExternalReference between A (foreign key) and B (primary key) called \'Name\' because they are not in the same