Entity Framework Change Tracking
I needed to know how the Entity Framework does its change tracking, so I wrote a simple test to see what’s happening. Since we only needed to know what happened when you modify a property on an entity, I focused on that aspect (and not how deleting entities is tracked, for example).
Anyway: my conclusions… It seems that the Entity Framework sets the EntityState of an entity to Modified anytime you change a property. It does
Silverlight Mobile
In case anybody who can pull some strings reads this: I’d be interested in doing some testing of developing for Silverlight for Windows Mobile.
You never know, eh?
Besides, I have to find a good use for my HTC Touch HD except for twittering and making phone calls.