What's the Best Way to Handle Global Exception Handling in .NET Core?
Asked
1 year ago
Updated
1 year ago
Viewed
1104 times
I want to implement global exception handling in my .NET Core API. What are the best practices for using middleware or filters for consistent error responses? Should I log errors at the middleware level or elsewhere?