Articles Authored
-
Using Entity Framework in Silverlight with Visual Basic
Last updated: Tuesday, February 19, 2019
Published in: CODE Magazine: 2010 - November/December
A common requirement in building applications is the need to serialize objects and pass them across tiers between the server and the client. These objects typically hold references to each other, and managing this “graph” and tracking all the changes so that they can be properly persisted to the database can get complicated quickly.