Completed
⌨️ Route Parameters
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn Minimal APIs in .NET 7
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Introduction
- 2 ⌨️ Topics Covered
- 3 ⌨️ Why Minimal API?
- 4 ⌨️ Create Project
- 5 ⌨️ Comparing Files Minimal vs Standard
- 6 ⌨️ Program file changes
- 7 ⌨️ Clean Program class file
- 8 ⌨️ API Basics
- 9 ⌨️ What is API?
- 10 ⌨️ Request and response
- 11 ⌨️ Request Object
- 12 ⌨️ Response Object
- 13 ⌨️ httpverb
- 14 ⌨️ Create First Endpoint
- 15 ⌨️ Return Types
- 16 ⌨️ Route Parameters
- 17 ⌨️ Create Coupon Model and Coupon Store
- 18 ⌨️ Get All Endpoint
- 19 ⌨️ Get Individual Coupon
- 20 ⌨️ Create Coupon
- 21 ⌨️ Name Endpoints
- 22 ⌨️ Products and Accepts in Minimal API
- 23 ⌨️ Dependency Injection in Minimal API
- 24 ⌨️ Add DTOs
- 25 ⌨️ AutoMapper and Dependency Injection
- 26 ⌨️ Fluent Validators
- 27 ⌨️ Async Endpoints
- 28 ⌨️ API Response
- 29 ⌨️ Assignment - Put and Delete
- 30 ⌨️ Assignment Solution - Put and Delete Endpoints