When I edit the same data twice in Blazor web assembly using Entity Framework, I get an error
The error is
When i edit same data twice in Blazor web Assembly using Entity Framework it gives me error
The Error is “The instance of entity type ‘Person’ cannot be tracked because another instance with the same key value for {‘Id’} is already being tracked. When attaching existing entities, ensure that only one entity instance with a given key value is attached. Consider using”.