FRFrancis Rousseauinfrancis-dev.hashnode.dev·Dec 21, 2022 · 2 min readEntity framework tracking objectsA tracking object exists when EF core will keep information about the entity in its change tracker. For an entity to be tracked, it must at least have a primary key. By default, if you do a query to the database and it returns an entity, it will keep...00