End-to-EndScenarios
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
This section contains walkthroughs for a set of common WCF RIA Services end-to-end scenarios.
The first two walkthroughs in this section assume that you have completed the Walkthrough: Creating a 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.