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
- 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: https://www.typescriptlang.org/docs/handbook/modules.html
- Module Resolution: https://www.typescriptlang.org/docs/handbook/module-resolution.html...