In a new project, you are given the responsibility to handle user registration. Your senior developer mentions that there's a built-in way in ASP.NET Core to manage users. What is this system called?

  • Identity
  • Middleware
  • Entity Framework
  • Dependency Injection
The built-in system in ASP.NET Core to manage users is called ASP.NET Core Identity. It's a framework for handling user authentication, authorization, and account management tasks, making it easier to implement user registration and management in your application.
Add your answer
Loading...

Leave a comment

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