The Cookbook
Auth
Configuration
Middleware & Pipeline
- IEndpointFilter usage
- Correct middleware order for Blazor Server-Side
- Correct middleware order for UseSpa() from Microsoft.AspNetCore.SpaServices.Extensions
Persistance
Results Pattern
Serialization
- Receiving and sending of XML via custom binder and send method
- JsonPatch usage with Swagger UI support
Validation
- Adding & Throwing validation errors from deeper domain layers
- Request DTO inheritance and composition of Validators