Global Error Handling in ASP.NET Core Web API
The features of exception handling help us deal with the unexpected mistakes that can occur in our code. We will use the try-catch block in our code and finally keyword to clean up resources afterward to manage exceptions.
Even though there is nothin...
nandkishor.hashnode.dev5 min read