Select from following answers:- Create an ObjectContext instance for each unit of work instance.

- Create an ObjectContext instance for each repository instance.
- Create an ObjectContext instance for each repository method.
- All Above
Create an ObjectContext instance for each unit of work instance to allow changes within a logical transaction to be tracked, submitted, or discarded together.
If you create an ObjectContext instance per repository, you cannot track changes across multiple repositories within a single instance.
Show Correct Answer
Source: MeasureUp.com | |
Alert Moderator