I want to be able to tell if there is any unsaved data in an entity framework context. I have figured out how to use the ObjectStateManager to check the states of existing e
This article describes exactly what is needed to perform Change Tracking in the Entity Framework:
Identity Resolution, State Management, and Change Tracking (Entity Framework) - MSDN