Take advantage of the open source ProblemDetails middleware in ASP.NET Core to send clients standardized, machine-readable error messages when exceptions occur For an ...
Take advantage of connection resiliency in EF Core to detect errors and retry commands and enable your ASP.NET Core application to overcome transient faults. A high-quality application must be stable, ...
For some time now, I’ve wanted to document how to setup a custom 404 page that can handle link redirection for an ASP.NET web application. In my case, I just needed to customize the 404 behavior to ...