Global Exception Handling in .NET Core API
The exception-handling features in .NET help us in handling abrupt errors that could appear in the code.
Though we can use try-catch blocks to handle errors at the method/code level we can add the try-catch blocks at the global level which makes the ...
sankarshanramesh.hashnode.dev3 min read