Completed
Upsert Post And Delete
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn ASP.NET Core 3.1 - Full Course for Beginners [Tutorial]
Automatically move to the next video in the Classroom when playback concludes
- 1 Welcome
- 2 Razor Project Overview
- 3 MVC Project Overview
- 4 Evolution of ASP.NET Core
- 5 Tools Needed
- 6 Github Url
- 7 Introduction
- 8 Create Project
- 9 Razor Pages
- 10 csproj
- 11 launchsettings
- 12 wwwroot
- 13 Pages Folder
- 14 Routing in Razor Pages
- 15 Tag Helpers
- 16 Main Methods
- 17 Startup Part 1
- 18 Startup Part 2
- 19 Middlewares
- 20 AppSettings
- 21 Dependency Injection
- 22 Introduction
- 23 Runtime Razor Package
- 24 Create Book Model
- 25 Add Connection String and Packages
- 26 Add Book Table to Database
- 27 Book Index Get Handler
- 28 Designing Book Index Page Part 1
- 29 Designing Book Index Page Part 2
- 30 Create Book Page Model
- 31 Create Book Page UI
- 32 Create Book and Validations
- 33 Client Side Validations
- 34 Edit Book Get Handler
- 35 Edit Book UI
- 36 Edit Post Handler
- 37 Delete Book
- 38 Book Get API
- 39 DataTables
- 40 Delete API Call
- 41 Delete Book
- 42 Upsert Page Handlers
- 43 Upsert Page UI
- 44 Introduction
- 45 Create Project
- 46 MVC Folders
- 47 Routing in MVC
- 48 Introduction
- 49 Create Book Model and Push to Database
- 50 Create Books Controller
- 51 Third Party Links
- 52 BookList Js and API Calls
- 53 Index View Book List
- 54 Upsert Get Action
- 55 Upsert View
- 56 Upsert Post And Delete