Overview
Syllabus
Welcome!
Creating ASP.NET Core applications
What is a REST API?
Using Data Transfer Objects DTOs
Implement CRUD endpoints
Using extension methods
Using route groups
Handling invalid inputs
What is Entity Framework Core?
Defining the data model
Using the ASP.NET Core configuration system
Generating the database
Seeding data
Understanding dependency injection and service lifetimes
Saving new entities to the database
Mapping entities to DTOs
Querying, updating, and deleting entities from the database
Using the asynchronous programming model
API integration with the frontend
Taught by
Julio Casal
Reviews
5.0 rating, based on 1 Class Central review
-
This is an excellent course to learn ASP.NET if you have some basic understanding of programming concepts and web applications. I not only learned ASP.NET but also some concepts of csharp like extension methods and VS Code tips and tricks. DB Migration and async explanation is great. Thank you!