What's the best way to perform CRUD with ASP.NET Identity?
问题 By default, ASP.NET MVC's implementation of Identity for authentication does not support full CRUD operations for it's users. I know it already has : Register, Login, Manage, and Change Password But the problem is that doesn't have : Account Update or Edit, Select User Role, and Delete User I think that Identity is still incomplete in a way that there is no concise documentation which causes me to have a very ugly looking learning curve. Or if there's a better way and place to learn it, can