Description
This course is based on a video series of more than 20 hours about .NET Core MVC. It took me around 100h to complete and fully understand.
It is really interesting how the author goes into so much detail about the framework. I was already familiar with .NET and I had worked with it during more than 1 year in a project with USDA. This tutorial helped me understand much better the underlying details of the framework, learn what it is doing for us, and learn how to take the best out of it.
The main topics I have learnt from this tutorial are - Basics in a .NET Core project - Middleware components - HTTP pipeline - Add and configure services - MVC design pattern in .NET Core - Model classes - ViewModel classes - Controller class - View and Razor Pages - EF Core and database migrations - ASP.NET Identity and Security - User Manager - Sign in Manager - Role Manager - Good programming practices - Program to an interfaces - Dependency injection