ASP.NET Core MVC Tutorial – Full Course to Build YOUR Passion Project!

Опубликовано: 16 Март 2026
на канале: Evan Gudmestad
62,020
1.3k

Master ASP.NET Core MVC by building YOUR passion project! This tutorial starts by building an Entity Relationship Diagram for a fictional restaurant, then creates a database through Entity Framework Code First. Then finally we build the MVC Web Application front end. This course will teach you everything you need to know to create your own projects in ASP.NET Core MVC.

Source Repo: https://github.com/EvanGudmestad/Tequ...

Chapters
Tutorial Introduction - 0:00
Entity Relationship Document (ERD) Review - 6:13
Project Creation in Visual Studio Community - 13:00
Models & Database Creation with Code First Entity Framework - 14:45
Update .NET Core MVC App to our new User (ApplicationUser) Class - 37:34
Reviewing Database, Tables, and seed data - 41:33
Create CRUD operations on the front end to support Many-To-Many database tables - 43:55
Create Shopping Cart with User Orders to support One-To-Many database tables - 3:07:00