You're building a blog website using ASP.NET Core. When a user comments for the first time, you want to provide them with an option to create an account. Which feature of ASP.NET Core would help you accomplish this?

  • Identity
  • Middleware
  • Entity Framework
  • Dependency Injection
The feature that would help you accomplish this is ASP.NET Core Identity. Identity is a membership system that enables you to add authentication and authorization features to your application, including user account management. It provides features like user registration and login.
Add your answer
Loading...

Leave a comment

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