Completed
⌨️ Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
ASP.NET Core Tutorial - Beginner to Advanced Projects
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Introduction
- 2 ⌨️ ASP.NET Core MVC Structure
- 3 ⌨️ Food Menu Web App: Setting up the Project
- 4 ⌨️ Creating the Models
- 5 ⌨️ Creating the Context
- 6 ⌨️ Connecting the Project to the Database
- 7 ⌨️ Creating the Controller and its Methods
- 8 ⌨️ Adding multiple Data manually to the Database
- 9 ⌨️ Adding the Search Bar
- 10 ⌨️ Google Docs Clone: Intro
- 11 ⌨️ Creating the Model and setting up the Database
- 12 ⌨️ Creating a Controller
- 13 ⌨️ Handling the Create Page
- 14 ⌨️ Importing TinyMCE library
- 15 ⌨️ The Edit Page
- 16 ⌨️ The Index Page
- 17 ⌨️ Fixing the Index Method
- 18 ⌨️ Formatting the Delete Page
- 19 ⌨️ Printing a Document as a PDF
- 20 ⌨️ Stripe Web App: Intro
- 21 ⌨️ Stripe Account & Stripe Docs
- 22 ⌨️ Setting up the Project in Visual Studio
- 23 ⌨️ Creating the Model and setting up the Database
- 24 ⌨️ Storing Products in the Database
- 25 ⌨️ Displaying Products in the Index Page
- 26 ⌨️ site.css file
- 27 ⌨️ CreateCheckout Method
- 28 ⌨️ Testing the application