CodeProject: Skeleton for a Silverlight business application based on Ria Services and the Ria Services Class Library. Free source code and programming help
In my opinion, any silverlight business application must have following features:
- Separate tiers (middle, client) and data transfer between them;
- Access to data tier (database);
- Authentication;
- Data transfer between tiers via secure connection.
.Net Ria Services and .Net Ria Services Class Library allow to implement all features above. Demo application has all mentioned features and can be use as a skeleton for all other silverlight business applications.
CodeProject: Skeleton for a Silverlight business application based on Ria Services and the Ria Services Class Library. Free source code and programming help