This is the second part of a tutorial. The first part is here:
• C# - Create a web app with ASP.NET Core MVC
This tutorial uses the app from the previous video and it does the following:
Adds data validation to the Movie.cs model;
Changes the type of the currency value from INT to DECIMAL
Adds additional css style for the error handling
GitHub:
https://github.com/Vitosh/ASP/tree/ma...
VitoshAcademy article:
https://www.vitoshacademy.com/c-creat...