What's the Best Way to Handle Global Exception Handling in .NET Core?
Asked
4 months ago
Updated
4 months ago
Viewed
135 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?