To create users in ASP.NET Core Identity, developers typically interact with the _________ class.

  • ApplicationUser
  • UserManager
  • UserFactory
  • IdentityUser
To create users in ASP.NET Core Identity, developers typically interact with the 'UserManager' class. The 'UserManager' provides methods for user management, including user creation, deletion, and more.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *