End-to-EndScenarios
Last updated
Was this helpful?
Last updated
Was this helpful?
[ This document was written for WCF Services Version 1 Service Pack 2 and might not be up to date Please see or for a list of changes since WCF RIA Services ]
This section contains walkthroughs for a set of common Open Ria Services end-to-end scenarios.
The first two walkthroughs in this section assume that you have completed the and continue from the application created with the procedures described there.
The last two walkthroughs in this section assume that you have already created a Silverlight Business Application. The procedure for completing this task is described in the .
This topic explains how to call the method on the domain context from a Silverlight application that corresponds to the domain service query method you want to access and then how to apply additional filtering on the results of that query to limit which entities are returned or displayed.
In this walkthrough, you learn how to create an interface that enables a user to change the displayed data and to save those changes in the data source.
In this walkthrough, you learn how to create a Silverlight Business Application that displays data from the sample database on two different Silverlight pages. The first page display data from a table and the second page allows the user to query the data.
In this walkthrough, you learn how to create a Silverlight Business Application that displays data from two related tables in the sample database.