Completed
) Welcome
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
ASP.NET Core MVC Course (.NET 5)
Automatically move to the next video in the Classroom when playback concludes
- 1 ) Welcome
- 2 ) Tools
- 3 ) ASP.NET Core
- 4 ) Create Project
- 5 ) Project File
- 6 ) Program Class File
- 7 ) Dependency Injection
- 8 ) StartUp Part 1
- 9 ) StartUp Part 2
- 10 ) Routing in MVC
- 11 ) AppSettings
- 12 ) wwwRoot and launchSettings
- 13 ) MVC Application
- 14 ) Routing in Action
- 15 ) Views in Default Project
- 16 ) Create First Model
- 17 ) Add Connection String
- 18 ) Setup DbContext
- 19 ) Complete DbContext Configuration
- 20 ) Push Category to Database
- 21 ) Check Database
- 22 ) Add Category Controller
- 23 ) Add Category Index View
- 24 ) Get all Category
- 25 ) Display All Category
- 26 ) Add Category Part 1
- 27 ) Add Category Part 2
- 28 ) Add Category Part 3
- 29 ) Assignment
- 30 ) Solution
- 31 ) Validations in ASP.NET Core
- 32 ) Client side and server side validations
- 33 ) Passing Parameters on Redirect
- 34 ) Category Edit Get Action
- 35 ) Update Category
- 36 ) Delete Category
- 37 ) Font Awesome
- 38 ) Assignment
- 39 ) Assignment Solution
- 40 ) Azure Deployment