Global Error Handling in ASP.NET Core 8
Exceptions are for exceptional situations. I even wrote about avoiding exceptions entirely.
But they will inevitably happen in your applications, and you need to handle them.
You can implement a global exception handling mechanism or handle only spec...
milanjovanovic.hashnode.dev5 min read