Completed
Seeding data
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
ASP.NET Core Full Course for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 Welcome!
- 2 Creating ASP.NET Core applications
- 3 What is a REST API?
- 4 Using Data Transfer Objects DTOs
- 5 Implement CRUD endpoints
- 6 Using extension methods
- 7 Using route groups
- 8 Handling invalid inputs
- 9 What is Entity Framework Core?
- 10 Defining the data model
- 11 Using the ASP.NET Core configuration system
- 12 Generating the database
- 13 Seeding data
- 14 Understanding dependency injection and service lifetimes
- 15 Saving new entities to the database
- 16 Mapping entities to DTOs
- 17 Querying, updating, and deleting entities from the database
- 18 Using the asynchronous programming model
- 19 API integration with the frontend