Completed
00:00 Overview
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build REST APIs in .NET 9 - Full Course for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 Overview
- 2 00:54 What are REST APIs?
- 3 02:02 Getting started in ASP.NET Core
- 4 07:17 REST API Models
- 5 10:00 Creating the Controller
- 6 10:39 Creating a list with data
- 7 12:40 HTTP Methods
- 8 32:42 Installing SQL Server & SSMS
- 9 34:29 Creating a database & connecting it to our project
- 10 44:19 Seeding data
- 11 47:28 Implementing the CRUD operations