fast-endpoints
by zeksdev
Build performant REST APIs with FastEndpoints in ASP.NET Core. Use when: (1) Creating new API endpoints with request/response DTOs, (2) Implementing REPR pattern (Request-Endpoint-Response), (3) Adding validation with FluentValidation, (4) Configuring authentication/authorization (JWT, cookies, policies), (5) Setting up Swagger/OpenAPI documentation, (6) Implementing pre/post processors, (7) Working with command/event bus patterns, (8) Handling file uploads, (9) Creating domain entity mappers. FastEndpoints provides minimal-API performance with controller-like organization.