filmov
tv
.NET 7 Minimal API DI, IOC, record, DTOs, AutoMapper, and Extension Methods

Показать описание
Create responses in Minimal API
Dependency Injection and Inversion of Control - Deep Dive
Enhancing GetAllCourses() API Endpoint to return Unified Response
Move the Hello World Endpoints into an Extension Class
Move the User Endpoints into an Extension Class
Move the Course Endpoints into an Extension Class
Creating Course Dtos using record
Auto Mapper Configuration
Dependency Injection of Auto Mapper
Enhancing GetAllCourses() API Endpoint to return Course Dtos
Update Postman Collections to test the API (Environment Variables, and Collections)