About Me
Hi, I'm Simon Whittemore, a developer living in London. I've been a Developer for about 14 years, and have been working with .NET and C# since version 1.0. I have extensive experience developing maintainable, well architected Web and Desktop Applications in the Financial and IT Services industries, and have successfully integrated Open Source .NET applications and frameworks into processes and software.-
Recently on Twitter
Category Archives: logging
Asynchronous Ado.Net Log4Net Appender
As I mentioned in my last post, the out of the box AdoNetAppender in Log4Net is a synchronous appender. This may be fine for many scenarios, but in cases where you have some latency between your application and your database … Continue reading
Centralised Application logging via Log4Net
Logging is now an essential part of any serious application. It is crucial to get unhandled exceptions from production and development environments logged. This removes the necessity for users to provide error messages, and allows the developers to have access … Continue reading