Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 7: ADO.NET Data Services Based Data Store
Posted by: Brad Abrams,
on 21 Jul 2009 |
View original | Bookmarked: 0 time(s)
I wanted to continue with the enhancements to my Mix09 talk building business applications with Silverlight 3. In this section I am going to show how to get data from a REST based web services rather than directly using Entity Framework or Linq to Sql. Lets focus on the cloud source of data. We will use the same sample from the previous parts and change only the data access part to go against ADO.NET Data Services as the data store. This pattern...