Completed
) Program.cs Database Settings
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Razor Pages for ASP.NET Core - Full Course (.NET 6)
Automatically move to the next video in the Classroom when playback concludes
- 1 ) Introduction
- 2 ) Live Preview
- 3 ) Tools Needed
- 4 ) Introduction to .NET Core
- 5 ) Dependency Injection
- 6 ) Create Project
- 7 ) Hot Reload
- 8 ) Razor Pages Introduction
- 9 ) Project File
- 10 ) Launchsettings, wwwroot and appsettings
- 11 ) Programs
- 12 ) Routing Overview
- 13 ) Default Views
- 14 ) Tag Helper
- 15 ) Action Rersult
- 16 ) Create Category Model
- 17 ) Data Annotations
- 18 ) Connection String
- 19 ) ApplicationDbContext
- 20 ) Program.cs Database Settings
- 21 ) Setup Program.cs to use DbContext
- 22 ) Create Database
- 23 ) Categories Get Action Method
- 24 ) Display all categories
- 25 ) Add Create Category Button
- 26 ) Create Category UI
- 27 ) Create Property in Page Model
- 28 ) Create Category and Bind Property
- 29 ) Bootswatch
- 30 ) Server Side Validations
- 31 ) Custom Validations
- 32 ) Display Name and Range Annotation
- 33 ) Client Side Validations
- 34 ) Links for Edit and Delete
- 35 ) Edit Category
- 36 ) Back to List
- 37 ) Delete Category
- 38 ) TempData
- 39 ) Toastr
- 40 ) Partial Views
- 41 ) Scaffold CRUD Pages
- 42 ) Create SQL Database on Azure
- 43 ) Deploy to Azure
- 44 ) Congratulations