dotnet-minimal-apis
Installation
SKILL.md
ASP.NET Core Minimal APIs
This skill provides guidance for building Minimal APIs in ASP.NET Core .NET 10. Minimal APIs provide a simplified approach to building HTTP APIs with minimal dependencies and boilerplate.
Table of Contents
- Overview
- Project Structure
- Basic Endpoints
- Route Groups
- Parameter Binding
- OpenAPI Integration
- Best Practices
- Quick Reference