C# – Create a web app with ASP.NET Core MVC



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-create-a-web-app-with-asp-net-core-mvc-video/

The video follows the Microsoft tutorial here (with some changes):
https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/?view=aspnetcore-2.2

The GitHub code:
https://github.com/Vitosh/ASP/tree/master/MvcMovie

Data Validation is included in this video:
https://www.youtube.com/watch?v=3Z3Jn9SDijU

Comments are closed.