In this tutorial, you build an ASP.NET Core MVC application that performs basic data access using Entity Framework Core.
The tutorial series includes the following:
Getting started
Add a controller
Add a view
Add a model
Work with SQL Server LocalDB
Controller methods and views
Add 2 search fields
Add a new field (rating 5/7)
Data validation (in a separate video)
VitoshAcademy.com article:
https://www.vitoshacademy.com/c-creat...
The video follows the Microsoft tutorial here (with some changes):
https://docs.microsoft.com/en-us/aspn...
The GitHub code:
https://github.com/Vitosh/ASP/tree/ma...
Data Validation is included in this video:
• Create Web App With Data Validation