Completed
) Scaffold CRUD
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn ASP.NET Core MVC (.NET 6) - Full Course
Automatically move to the next video in the Classroom when playback concludes
- 1 ) Welcome
- 2 ) Live Preview
- 3 ) Tools Needed
- 4 ) Introduction to .Net Core
- 5 ) Dependency injection
- 6 ) Create Project
- 7 ) Project File
- 8 ) Launch settings
- 9 ) Programs
- 10 ) MVC Architecture
- 11 ) Routing Overview
- 12 ) Routing in Action
- 13 ) Default Views
- 14 ) Tag Helper
- 15 ) Action Result
- 16 ) Hot Reload
- 17 ) Create Category Model
- 18 ) Add Data Annotations
- 19 ) Add Connection String
- 20 ) Add ApplicationDbContext
- 21 ) Setup Program.cs to use DbContext
- 22 ) Check Database
- 23 ) Create Category Controller
- 24 ) Retrieve all Categories
- 25 ) Display all Categories
- 26 ) Bootswatch Theme
- 27 ) Bootstrap Icons
- 28 ) Create Category View
- 29 ) Demo- Create Category
- 30 ) Server Side Validation
- 31 ) Custom Validation
- 32 ) Add Client Side Validation
- 33 ) Display Name and Range Validation
- 34 ) Edit Category - GET
- 35 ) Edit Category - POST
- 36 ) Delete Category
- 37 ) Tempdata
- 38 ) Partial views
- 39 ) Toastr Alerts
- 40 ) Scaffold CRUD
- 41 ) Create SQL Database on Azure
- 42 ) Azure Deployment
- 43 ) Congratulations