I can see that I need to fix the sorting on my implementation of BlogEngine.NET. I like to have the newest entries at the bottom of the page so that posts read from top to bottom; kind of like English in its typically written form. This will annoy me until I fix it.
When I first downloaded BlogEngine.NET that was the first change I looked at making. Now I need to implement it. I wanted to take the time to learn the BlogEngine.NET structure and community before I hacked in my own changes. Maybe there are other BlogEngine users who want their posts to be in chronological order?