January 18, 2023

List of published courses

Available Courses
Select your sort preferences
Create-User-ASPNET-Core-Session 60
ASP.Net Core MVC

Create User in ASP.NET Core – Session 60

During this session, we are going to create a user in ASP.NET Core with Identity Entity Framework Core. For this purpose, we use UserManager Class from Microsoft.AspNetCore.Identity. In Session 59, we added Microsoft.AspNetCore.Identity.EntityFrameworkCore to our project and added the Identity entities to our project. Now we start the authentication process by creating a user that can log in (authenticate) to our web app.