6
Shouts

N-Tier Methods in Entity Framework 4 – Use with Care : Don't Be Iffy

posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1291 days, 16 hours, 44 minutes ago
Sunday, December 06, 2009 10:46:05 AM GMT

One of the things I struggled with in n-Tier apps in EFv1 was the options for reconstructing entity state on the server side in order to call SaveChanges when modified data was passed in from the client. The options were to hit the database to get a set of current server values and then apply updates to those or to just attach the incoming data and iterate through each property marking it as modified so that SaveChanges would be able to construct an Update.

category: Architecture | clicked: 0 | | source: thedatafarm.com | show counter code
tags: entityframework4, EF4, entityframework

No comments yet, be the first one to post comment.

To post your comment please login or signup