Disconnected Clients, Changed data and Entity Framework
Entity Framework is here to stay as Microsoft is steering future development towards its use. But if you use Entity Framework in your Silverlight apps, you may bump up against some hurdles trying to persist changes made to the Entities on the client back to the store. One design is to use WCF services as [...]