Category Archives: WebAPI

Know How Many Users are Affected by Bugs and Events

Prioritizing your bug fixes and development time in general can be a daunting task. Sometimes, as developers, we want to work on this shiny widget or this annoying bug, and we don’t really have anything in our face telling us to quit focusing on our dreams and work on what matters to the bottom line. …Read More

Know How Many Users are Affected by Bugs and Events

Prioritizing your bug fixes and development time in general can be a daunting task. Sometimes, as developers, we want to work on this shiny widget or this annoying bug, and we don’t really have anything in our face telling us to quit focusing on our dreams and work on what matters to the bottom line. …Read More

Exception Handling & Logging Tool for ASP.NET, Web API, WebForms, WPF, Console, MVC, and more

Having a handle on your code’s errors is important. Thousands, if not millions, of exceptions are thrown every day in production code without anyone knowing. These errors might be affecting the bottom line, or they could be negligible – either way, it’s important to know that they exist, how often they are occurring, and what …Read More