Entity framework tracking objects
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...
francis-dev.hashnode.dev2 min read