SALE! All courses are on the lowest price! Enroll Now

Minimal API with .NET Core (2025)

Back to Courses
Minimal API with .NET Core (2025)

Course Details

68 videos
4hr 15min
Lifetime Access

Course Overview

API has been there since a very long time but microsoft has recelty introduced something new "MINIMAL API" Minimal API is a short form of standard API and there are very good reasons on why you should learn it and why it would be preffered over API in some scenarios.

In this video we will explore everything about Minimal API, as we first answer the big question "WHY MINIMAL API?"

By the end of this course, you will be able to build a endpoints with minimal API by yourself, make GET, POST, PUT and DELETE HTTP Requests with a well-built repository pattern in .NET Core.

Topics Covered

  • Learn basic fundamentals of .NET Minimal API
  • Build .NET Minimal API Endpoints
  • Learn how to document Minimal API
  • Dependency Injection in Minimal API with AutoMapper and Validations
  • DTO's and Validations in Minimal API
  • Implement Repository Pattern in Minimal API to database using EF
  • Integrate Entity Framework along with code first migrations
  • Authentication and Authorization in Minimal API
  • Filters in Minimal API