How to Implement Global Exception Handling in ASP.NET Core
Problem Details
For a long time, there wasn't a clear standard for presenting errors to clients from an HTTP-based API. HTTP itself offers many status codes, which is a good starting point. However, the occasional REST enthusiast claiming this is eno...
aschommer.hashnode.dev5 min read