BlogEngine.NET Open Source
There is a new starter kit available out on CodePlex called BlogEngine.NET that has some very nice features to it. Its a lightweight blog application written in ASP.NET that has most of the usual features you would expect from a blog. The source code is a nice reference implementation of an ASP.NET app that uses themes, etc., for rendering. There are some good examples of http handlers and http modules in the code (such as a compressor) that are worth taking a look at.
I’ve been using WordPress to write this blog and I’ve been happy with it. It is also open source, written in php, and has the advantage of being a much more mature project.
