In the GotMono IRC channel someone mentioned that the RSS feed in BlogX (An asp.net blogging application) doesn’t work in mono, so I set out to fix it…
I found several problems with the code, as well as several questionable coding practices.
Concatinating a “/” and another string instead of using Path.Combine (Windows and Linux do not [...]