URL: http://www.silverlightdata.com
In case you missed it, I have an example Silverlight 2 application that I wrote to work out my understanding of Silverlight 2 (for my course http://www.silverlight-tour.com):
The source code is now available for this example. This example utilized a lot of features, both Silverlight 2 and future .NET technologies:
- Silverlight 2
- Control Templates
- Data Binding
- Web Service Integration
- DataGrid
- Popup's
- The Entity Framework
- WCF Services
Once ADO.NET Data Services release their new Silverlight 2 library, i'll re-work this example to use that library too and add saving of data to the database.