I have read a number of such questions, but I find my very specific question: How does the entity framework "track" objects? That is, as when loading an object and even without sending the object back to the context class, just calling contexto.SaveChanges()
, does it already save the changes automatically? How is this object "followed" by the entity framework? Is it some kind of return by reference and such?