Dalla fonte:
http://blogs.msdn.com/adonet/archive/2009/06/22/feature-ctp-walkthrough-self-tracking-entities-for-entity-framework.aspx
“The first scenario we are trying to address with Self Tracking Entities is one in which a WCF service exposes a series of operations that return entity graphs, then a client application can manipulate that graph and submit the modifications to a service operation that validates and performs the updates to a database store using Entity Framework”
E finalmente stiamo arrivando a qualcosa di serio…
Leggere anche questo relativamente alla nuova generazione di POCO entities tramite T4.
PS. l’evidenziazione in grassetto della frase è mia e non della fonte.
PS2. per me che sono un promotore dell’ “autogenerazione del codice”, T4 è veramente potente e di fatto lo uso già per generarmi i miei DTO.