There is a great article about Data Access in Silverlight by Shawn Wildermuth came out yesterday. The basic story of how Data Services works is that it takes a context object from a LINQ provider and exposes all the IQueryable endpoints as REST resources that can be queried. This works well in creating a place to execute queries and post/put/delete changes. The Silverlight (and .NET) client library allows you to just issue LINQ queries to the data service. Ability to create tracked projections from ......
Technorati Tags: Silverlight 4 SL4Networking * Silverlight Beta 4 Networking. Part 8 - TCP Sockets * Silverlight 4 Beta Networking.… HTTP and Basic Authentication * Silverlight 4 Beta Networking. Part 4 - Cross Domain HTTP * Silverlight 4 Beta Networking. Part 2 - RSS,ATOM,JSON * Silverlight 4 Beta Networking. Part 7 - HTTP & Forms Auth * Silverlight 4 Beta Networking. Part 5 - HTTP Methods/Stacks * Silverlight 4 Beta Networking. Part 3 - HTTP POST * Silverlight 4 Beta Networking. Part 1 - WebClient ......