Codeopinion.com

How to Create Health Checks in ASP.NET Core

WEBAt the very basic level, we can create a middleware high in the pipeline that is checking the request path and if /hc, return a 200 status code along with content “UP”. …

Actived: 8 days ago

URL: https://codeopinion.com/how-to-create-health-checks-in-asp-net-core/

Sidecar Pattern for Abstracting Common Concerns

WEBSidecar pattern. The sidecar pattern allows you to extract the common concerns from your service and host them separately in a separate process, known as a …

Category:  Health Go Health

Roundup #59: IHostingEnvironment vs IHostEnvironment …

WEBIHostingEnvironment vs IHostEnvironment – obsolete types in .NET Core 3.0. In this post I describe the differences between various ASP.NET Core types that have been marked …

Category:  Health Go Health

Co-Hosting Orleans and ASP.NET Core

WEBWith the release of Orleans 3.0 comes the ability to co-host with ASP.NET Core (or any other framework that uses the generic host builder). What this means is …

Category:  Health Go Health

HTTP API Problem Details in ASP.NET Core

WEBBad Request Most often you might be return a BadRequestObjectResult when the users sends malformed request. In this case the solution is pretty sweet. Simply provide …

Category:  Health Go Health

Roundup #59: IHostingEnvironment vs IHostEnvironment, Async …

WEBIHostingEnvironment vs IHostEnvironment – obsolete types in .NET Core 3.0. In this post I describe the differences between various ASP.NET Core types that have been marked …

Category:  Health Go Health