CRUD or managing user role in AspNetUserRoles MVC – Asp.net
I have a default identity in ASP.NET MVC 5, I can do CRUD on User and Role . But I don't have idea to do CRUD in table AspNetUserRoles. Because I want to make a user management with that table…