Choosing a Data Access Layer for Silverlight 3
Choosing a Data Access Layer for Silverlight 3
The three major candidates in Silverlight 3 are Web Services (WCF/ASMX), ADO.NET Data Services and RIA Services. In any situation, any of these will work. But they are suited to different styles and requirements. Here’s the abridged differences between the stacks:
- Web Services: Interface-based Data Access
- ADO.NET Data Services: LINQ-based Data Access with change management
- RIA Services: Interface-based Data Access with change management
Read More here … Shawn Wildermuth – Choosing a Data Access Layer for Silverlight 3
No comments yet.

