Submitting Changes to the Server Using RIA Services

You've now seen how to query data from the server, but it's rare that a business application only displays data. As a general rule, the user will also want to edit, add, and delete data within the Silverlight application. RIA Services helps you by tracking the changes made to a collection of entities, and sending only the entities that have changed to the server when the user wants to save their changes. In this section, we'll look at how RIA Services implements change tracking and how you can send submit changes back to the server.

Change Tracking

When you query a collection of entities from the server via RIA Services, changes made to that collection (add/edit/delete) will automatically be ...

Get Pro Business Applications with Silverlight 5 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.