Guides
Deeper, cross-cutting subjects (logging, deployment, performance, etc.).
Available
| Guide | Description |
|---|---|
| Logging | Configure structured logging (C# & PowerShell) |
| Exception Handling | Middleware patterns and standardized error responses |
| HTTP Caching | Layered cache headers, middleware, validators |
| Health Monitoring | Health endpoints, probes, and operational guidance |
| HSTS & HTTPS Redirection | Secure transport policies and automatic redirection |
| Forwarded Headers | Honor X-Forwarded-* from proxies for correct scheme/host/IP |
| JWT Tokens | Build, issue, validate, and renew JSON Web Tokens |
| Scheduling | Background jobs via intervals and CRON (PS & C#) |
| Sessions | Cookie-based per-client state across requests |
| Tasks | On-demand background work with progress and results |
| Status Code Pages | Friendly error pages and re-execution flows |
| Certificates | Generate, import, export, and validate X.509 |
Planned
- Deployment & hosting models
- Performance & benchmarking
- OpenAPI generation & validation
- Configuration & environment separation
- Security / hardening checklist
Looking for step-by-step learning? Visit the Tutorials.