Minimal APIs Deep Dive in ASP.NET Core 10
Internal architecture, advanced routing, endpoint filters, validation, versioning and streaming.
Minimal APIs and controller-based APIs are built on the same foundation: the ASP.NET Core routing and middleware pipeline. The key difference lies in how they interact with this infrastructure.
This startup-time generation means zero reflection at runtime — this is the source of the Minimal APIs performance advantage.
Sign in to read this course
A free account unlocks all 514 courses. 20 are readable without one.
What's inside
8 sections- 1 Table of Contents
- 2 Internal Architecture of Minimal APIs
- 3 Advanced Routing, Endpoint Composition, and Mapping
- 4 Endpoint Filters and Middleware Coordination
- 5 Advanced Validation and Error Handling Strategies
- 6 API Versioning
- 7 Streaming, Server-Sent Events, and Architectural Trade-offs
- 8 Advanced Reference Tables
More ASP.NET Core & Web APIs courses
View all 11Getting Started with ASP.NET Core 10 Web API
Build a REST API with the CityInfo project — resources, validation, updates, DI and configuration.
ASP.NET Core 10 Web API: Databases, Searching, Filtering and Paging
EF Core, the repository pattern, and searching, filtering and paging resources in a Web API.
ASP.NET Core 10 Web API: Securing, Versioning, Documenting and Deploying
JWT security, versioning, OpenAPI/Scalar docs and deploying an ASP.NET Core 10 Web API to Azure.
Developing an Asynchronous ASP.NET Core 10 Web API
End-to-end async flows, cancellation, streaming, external services and async anti-patterns.
Building Minimal APIs in ASP.NET Core 10
Minimal APIs end to end — routing, binding, responses, validation, security and documentation.
ASP.NET Core MVC Deep Dive
MVC fundamentals through routing, Razor views, models, filters, security and performance.
Interested in this course?
Contact us to book it or get a custom training plan for your team.