I have worked with EF CTP4 and there wasnt any easy way how to perform cascading udate in detached scenario. Example: I have tree of elements which gets send from server to client (it gets detached). Client modifies this tree (properties and relations) and sends it back to server. Now I want to attach this tree and save it without much hustle.
My question is this posible in EF CTP5 and if not is it planned? Im wondering if EF will reach maturity of NHibernate where this is possible (where I can configure if I want cascading delete/update-save/none/etc).