Take advantage of the UseExceptionHandler middleware in ASP.Net Core to ensure that every error in your Web API application is caught Exceptions are runtime errors ...
User context makes life easier when tracing Http requests in ASP.NET Core applications. It’s easy to add with custom middleware. When working with web applications, you will often want to keep watch ...
I've done at least a couple of articles on how to support adding custom processing to every request to your ASP.NET MVC site (most recently, an article on HTTP Modules and Handlers). In ASP.NET Core ...