Introduction
By now we have discussed the preparations around the project, how to add a DomainService that contains our business logic and combine it with the entity framework. If you have missed one of the previous articles you can find them here:
Creating applications with .NET RIA Services Part 1 - Introduction
Creating applications with .NET RIA Services Part 2 - Creating the project
Creating applications with .NET RIA Services Part 3 - Adding a DomainService class
As you know from the previous articles in order to demonstrate the features of the .NET RIA Services I am creating the Web Administration Tool from ASP.NET in Silverlight. In this article I am going to create the Manage Users page and add the functionality needed to visualize Data. For that purpose I will need the DataGrid control, the new DataPager control and the DomainDataSource that is a part of the .NET RIA Services framework.
Here is a link to the live demo at this stage and the source code. Note that they will be updated with each article! ;)