End-to-EndScenarios
[ This document was written for WCF Services Version 1 Service Pack 2 and might not be up to date Please see Release Notes or Changelog 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 Walkthrough: Creating a Open Ria Services Solution 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 Walkthrough: Using the Silverlight Business Application Template.
In This Section
Walkthrough: Retrieving and Displaying Data From a Domain Service 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.
Walkthrough: Editing Data From a Domain Service 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.
Walkthrough: Displaying Data in a Silverlight Business Application 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.
Walkthrough: Displaying Related Data in a Silverlight Business Application In this walkthrough, you learn how to create a Silverlight Business Application that displays data from two related tables in the sample database.
Related Sections
Last updated