How Can I Fix DbUpdateConcurrencyException In My New .Net Core Project?
The problem was that the RowVersion was not referenced in the Edit.cshtml file.
<input type="hidden" asp-for="Fileset.RowVersion" />
Handling Concurrency Conflicts
The problem was that the RowVersion was not referenced in the Edit.cshtml file.
<input type="hidden" asp-for="Fileset.RowVersion" />
Handling Concurrency Conflicts