10 Minutes to a ASP NET MVC Core Web App with Authentication.
Creating ASP.NET Web Applications with .NET Core 3.x+ onwards is very simple, even including authentication.
There are out of the box templates for the dotnet new
command that will allow you to create a fully fledged web application base in about 10 minutes.
Including:
- Entity Framework Core prep for Code first
- Default Database with the Identity library
- User Authentication, with registration and login
- Backend / Frontend base starter
Check out the video I created here:
Comments