Updated My Silverlight 2/Astoria MSDN Article
Url: http://msdn.microsoft.com/en-us/magazine/cc7942...
I just found out that my changes to the article and code for Silverlight 2 RTW are now live. The article makes the small change that it no longer requires you to use EdmGem to build your proxy (using the Service Reference instead). I've also updated the code example to be compatible with .NET 3.5 SP1 and Silverlight 2.
In case you're not familiar with this MSDN Magazine article, it covers how to implement data access using ADO.NET Data Services and Silverlight 2 including reading and writing data. Let me know if you have questions about it.
Based on a work at wildermuth.com.




I have some questions:
1. The business logic would go where? Lets say I have an invoice an I want something that validates the supplier. To me, thats not somethign that goes at the back end. By the time it gets there its too late. So would I include that in the partial class that would be generated for the Invoice entity for the OnPropertyChanging event of the supplier?
2. Where would I add code to do BeforeSave type checks? Or to prevent an object from being saved if its not validate?
Thanks