I am building a Blazor web app with individual accounts and I would like to know how to get CRUD operations with a table for all the users that have accounts.
I currently all the users have an e-mail, password, first name, last name and address stored in the ASP.NET users table in a Microsoft SQL Server database. I have an admin account which I want to use to manage all the users. I am not sure how to get a table to manage all the accounts.
ApplicationUser class:
The SQL Server table for ASP.NET users:

