Archive for May, 2010

Opinion

5 things to think about while you are at the office

I recently came across EF’s post entitled 5 Things to Think About On Your Day Off and started to comment; instead I thought I’d pull out some etiquette from before twitter and post a response on my blog. I know, who blogs anymore? Well, here it is, with my humble apologies to Opinion @ Large. [...]

Code

How to ignore a pesky System.Configuration.ConfigurationErrorsException

According to this post on StackOverflow, a ConfigurationErrorsException in a .NET application means that you put an element in your config that is not recognized and not able to be serialized from the custom configuration class. While this can indeed be a legitimate error that you need to trap and deal with in your code, [...]