OneTrueError is an open source error handling service. It includes the context information that you forgot to include when you logged/reported the exception.
Introduction
Continue reading “OneTrueError – Open source exception management for .NET”
Thoughts and ideas about programming in C#/.NET
OneTrueError is an open source error handling service. It includes the context information that you forgot to include when you logged/reported the exception.
Introduction
Continue reading “OneTrueError – Open source exception management for .NET”
I’ve written a few posts about error handling in ASP.NET MVC. It’s not easy to get it right since the MVC pipeline uses a different error handling method than ASP.NET itself. With our client library you can get a fully working implementation for free, without having to using the rest of our service.