All Articles for Tag
ClearInsights .NET Global Exception Handling
Global exception handling enables an application with a much broader ability to handle all exceptions. This is usually done through custom middleware for ASP.NET core applications or AppDomain unhandled exception event for .NET core console and service applications. ClearInsights logging simplifies the implementation and management of global exception handling while... Read More
The Best Practices for Exception Handling in C#
No matter how efficient your software application runs, one exception due to bad code can crash the application and make it unavailable for even millions of users. That is simply why exception handling is a critical requirement for any code. This article explains the best practices you should follow when... Read More