Entity framework tracking objects
Dec 21, 2022 · 2 min read · A 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...
Join discussion