By Thierry.Lefort
via codeproject.com
Published: Sep 01 2008 / 09:18
The recent Silverlight 2 Beta 2 release it has become easier to access and manipulate database data. Since Silverlight applications cannot directly access local resources data access is provided through web services such as Windows Communications Foundation(WCF) or ASMX. There are many examples demonstrating how to read data and populate data objects but few that provide any facility to write changes back to the data source.
Add your comment