I am learning asp.net core and i have created the tables for user authentication following this doc - https://docs.microsoft.com/en-us/aspnet/core/security/authorization/introduction
But there is no doc that shows how to add roles in database and how to assign roles to users?
How can i do that? plz help with code and steps as i am still learning.