This was suggested on a discussion thread from the design meeting notes:
http://entityframework.codeplex.com/wikipage?title=Design%20Meeting%20Notes%20-%20February%207%2c%202013
This could potentially make it easier to configure EF to use the transactions that you want EF to use without having to call UseTransaction (or similar) wherever the context instance is created.
We would need to figure out when to call into the service and how to handle the lifetime of the returned object.
http://entityframework.codeplex.com/wikipage?title=Design%20Meeting%20Notes%20-%20February%207%2c%202013
This could potentially make it easier to configure EF to use the transactions that you want EF to use without having to call UseTransaction (or similar) wherever the context instance is created.
We would need to figure out when to call into the service and how to handle the lifetime of the returned object.