Author: Brad Abrams | Posted on: 8/24/2009 12:40:04 PM | Views : 804

Still updating my Mix 09 Silverlight 3 + RIA Services talk with more fun stuff.    While many of the RIA Services examples we have shown thus far do CRUD directly against database tables, I certainly recognize that many scenarios require using stored procedures in the database to encapsulate all data access.  You can see the full series here . The demo requires (all 100% free and always free): VS2008 SP1 Silverlight 3 RTM .NET RIA Services July '09 Preview Check out the live site Also, download the full demo files In this example, I am going to encapsulate all our data access in stored procedures. I will continue to use Entity Framework to access these stored procs, but you could of course use LinqToSql or ADO.NET directly...(read more) Go to the complete details ...