Silverlight / ASP.NET AJAX Application Services

This is a Silverlight / ASP.NET AJAX Application services sample developed in Blend 2 and Visual Studio 2008.
Click here for links to run the application / download the source code.

This application introduces the commonly used methods in the ASP.NET AJAX application services including authentication logon/logoff, user profile data and user role management.

This implementation is using the standard ASP.NET 2.0 membership database installed in a SQL Server 2008 database. When running the sample use the following credentials:

  • Username: sl1
  • Password: password!
  • Username: sl2
  • Password: password!

Once authenticated in the Silverlight application with either of the above user accounts, you will see that there is different profile and role data mantained for each of the user accounts.

Application services screenshot

Read me
Run the sample
Download the source code