Web Service Technology Update with RIA Services
I've updated the WCF developer technology page with some of the ASP.NET MVC articles I've posted recently and also added another entry: .Net RIA Services.
RIA Services are an application design pattern that live between ASP.NET and Silverlight in a multi-tier architecture. Inside RIA Services you can host application logic for data access control, queries, and other data operations. Integration with Silverlight components and controls allows for data validation and access control to automatically be made available to the client.
Releases
Resources
- Business Apps Example for Silverlight 3 RTM and .NET RIA Services (Brad Abrams)
- RIA Services development roadmap
- RIA Services samples
Related Posts