0
kicks
The hidden assumption of EF 4 self-tracking entity - [Export] Bnaya Es
The hidden assumption of EF 4 self-tracking entityThe hidden assumption of EF 4 self-tracking entity
recently I was diving into the Entity Framework self-trackingentityT4 and its generated code.
doing so I was finding some interesting assumptions made about the entity behaviors.
this post will illuminate some of those assumptions.
Background
EF self tracking entity is one of the major enhancement of EF 4.0,
it is a disconnected model (similar to the old DataSet) which enable tracking
the...