December 2009 - Posts

3
Comments

This is why algorithms rule by FransBouma

For the people who know me a little it's no surprise, but in case you didn't know: I love algorithms. I think they're the cornerstone of good software and they should be your first source of wisdom for every piece of software you're creating. This post...
12
Comments

Very odd OutOfMemoryException issue with GetHashCode(string) by FransBouma

In .NET there's a class called StringComparer. It has some handy helpers, like the InvariantCultureIgnoreCase StringComparer. These classes also implement a method called GetHashCode(string), which produces the hashcode in the scope of the comparer, so...
More Posts