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 ...