Blazor concurrency problem using Entity Framework Core
问题 My goal I want to create a new IdentityUser and show all the users already created through the same Blazor page. This page has: a form through you will create an IdentityUser a third-party's grid component (DevExpress Blazor DxDataGrid) that shows all users using UserManager.Users property. This component accepts an IQueryable as a data source. Problem When I create a new user through the form (1) I will get the following concurrency error: InvalidOperationException: A second operation