Minimal Apis

Design and implement Minimal APIs in ASP.NET Core using handler-first endpoints, route groups, filters, and lightweight composition suited to modern .NET services. USE FOR: building new HTTP APIs in ASP.NET Core; creating lightweight microservices; choosing between Minimal APIs and controllers. DO NOT USE FOR: unrelated stacks; generic tasks that do not need this specific guidance. INVOKES: inspect the repository context, edit targeted files, and run relevant build, test, lint, or validation commands when changes are made.

managedcode 11aff39 4 files · 37.5 KB Updated

File contents

managedcode/dotnet-skills/tree/main/catalog/Frameworks/Minimal-APIs/skills/minimal-apis commit 11aff3924b

Frequently asked questions

npx skillmds@latest add managedcode/minimal-apis