References
- Health checks in ASP.NET Core: https://docs.microsoft.com/en-US/aspnet/core/host-and-deploy/health-checks
- Request and response operations in ASP.NET Core: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/middleware/request-response
- ASP.NET Core health monitoring: https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/monitor-app-health
- “pattern-based using” and “using declarations”: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-8.0/using
- File-scoped namespace declaration: https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-10#file-scoped-namespace-declaration
- C# 8.0: Understanding Using Declarations: https://www.stevejgordon.co.uk/csharp-8-understanding-using-declarations
- String interpolation in C#: https://docs.microsoft.com/en-us/dotnet/csharp/tutorials/string-interpolation
- TypeScript modules...