In this part Brad Abrams shows a demo that will take the Application logic he created in his Mix09 talk and put a REST based web service head on it with ADO.NET Data Services.
This might be useful if an application starts as a simple RIA Application but later you discover that you want to add a more explicit services layer to enable a wide range of clients to access your application. Luckily all your investment in the server application logic continues to work.
Just to show off the point, we will then consume that from a WinForms applications. This extends your reach and headroom for using RIA Services even more!