December 2019
Intermediate to advanced
510 pages
11h 33m
English
Another essential feature that's always present in web services is the health checking process for dependencies. In general, the health check processes are used by the CI/CD pipeline to check whether a service is healthy after its deployment or to perform the feature check-in a monitoring dashboard. Health checks are usually performed by calling HTTP routes to detect whether there are any ongoing issues in the web service.
ASP.NET Core provides some out-of-the-box implementations ...
Read now
Unlock full access