Select from following answers:- Use the ADO.NET EntityObject Generator Template to generate entity classes.
- Use the ADO.NET Self-Tracking Entity Generator Template to generate entity classes.

- Add client code to use the ObjectStateManager to detect entity changes.
- All Above
An object context is responsible for tracking changes in the entities in an object graph. However, in N-tier scenarios, the object context might not be available on the tier that modifies the entities.
The ADO.NET Self-Tracking Entity Generator Template generates the entity types and a helper class that contains the change-tracking logic that is used by self-tracking entities and the extension methods that allow setting state on self-tracking entities.
Show Correct Answer
Source: MeasureUp.Com | |
Alert Moderator