I have a table in EntityFramework that has a field named ID, this field is the primary key and is Identity. when I add records to this table, this field value increases by each recorder, after adding several records this value suddenly increases For example, increased from 90 to 1010 While no transaction was unsuccessful. what is the problem?
source share