Within my RIA domain serviceI am exposing an IQueryable< Customer> and on the client I can query this like
I am having a problem using comboboxes inside a Silverlight datagrid, both of which are bound to DataContext, which in turn uses RIA to retrieve the data from a database.
I am using RIA services. I need to select a parent entity (UnitOccupier) which has a number of related child enti开发者_如何学Goties(UnitOccupierDetails). I need to filter the child entities to return
开发者_高级运维I want to use a RIA Services in WPF (Please hear me out before voting to close this :)).
I successfully built a Silverlight RIA services app on my previous laptop. Now I have a new laptop and am unable to start any project using the Silverligh开发者_如何学Ct Business Application (JetPack)
Is it possible to build a SL application with RIA class library without the .web project. I mean the Business will be hosted on the RIA class library, 开发者_JS百科do I still need the first generated
Simple question... I have a service which returns the users and I implemented a FilterDescriptor which calls that service to populate a grid.
DomainService1 is a RIA Domain Service that is exposed as a SOAP service. This service was secured by using the [RequiresAuthentication] and [RequiresRole(\"xyz\")] attributes.
I have a SL 4 applicaiton with RIA service for authentication(Forms + IE9). Consider following scenario
I am developing a businees application, which queries lots of record. Which connectivity is good to retrieve?