In this project we are creating new ASP.NET MVC Core project to be used later for Authentication: Register, Login, Logout. We also learned what Nuget packages are needed:
EntityFrameworkCore
EntityFrameworkCore.SqlServer
EntityFrameworkCore.Tools
EntityFrameworkCore.Design (optional)