Completed
⌨️ Overview
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
ASP.NET Core MVC and Entity Framework Core for Beginners - .NET 9
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Overview
- 2 ⌨️ What is MVC?
- 3 ⌨️ .NET 9 Setup
- 4 ⌨️ File Structure
- 5 ⌨️ MVC in Action
- 6 ⌨️ IActionResult
- 7 ⌨️ Action Parameters
- 8 ⌨️ Razor Syntax
- 9 ⌨️ Entity Framework Core Code-First
- 10 ⌨️ Entity Framework Core Database-First
- 11 ⌨️ CRUD Overview
- 12 ⌨️ Reading the data
- 13 ⌨️ Creating the data
- 14 ⌨️ Updating the data
- 15 ⌨️ Deleting the data
- 16 ⌨️ One to One Relationships
- 17 ⌨️ One to Many Relationships
- 18 ⌨️ Many to Many Relationships