I am building in a Change History / Audit Log to my MVC app which is using the Entity Framework....So specifically in the edit method ...public ActionResult Edit(ViewModel vm)..., we find the object we are trying to update, and then use ...TryUpdateModel(...