vote up 13 vote down star
7

I am thinking about switching my blog away from Community Server to something that is simpler and focuses more on just being a good blog.

What are the different .NET blogging engines and which one do you recommend?

flag

80% accept rate
1  
this should probably be a community wiki since its a poll. good question though – John Sheehan Jan 2 at 22:46

7 Answers

vote up 8 vote down check

The best .NET blog engine I've seen is BlogEngine.NET. It's open source and well supported and documented. It has (in my opinion) a pretty decent design that makes it easy to "jump into" the code and start changing things if you need to do that. It also has a great plug-in engine to extend features that it doesn't have.

link|flag
I use BE, but the recent security flaw (downloadable password file/saving passwords in cleartext) made me a bit uncomfortable, to say the least. I like the xml-file based storage system, however. – Will Jan 2 at 23:01
vote up 4 vote down

Not to forget: dasBlog.

dasBlog is an ASP.NET blogging application. It runs on ASP.NET 2.0, (all versions 1.9x and prior run on ASP.NET 1.1 & ASP.NET 2.0) and is developed in C#. dasBlog is an evolution of the BlogX weblog engine initially written by Chris Anderson and contributors.

The initial conversion from Blogx was created by Clemens Vasters. dasBlog adds lots of additional features like Trackback, Pingback, Mail notifications, and over 50 other major modifications some unique only to dasBlog.

Here is a comparison between DasBlog and BlogEngine.NET:

Battle of the Blogs: BlogEngine.NET vs. dasBlog

link|flag
It's worth pointing out that the comparison article is from October 2007. – Matt Olenik May 2 at 15:28
vote up 1 vote down

Subtext http://subtextproject.com/

link|flag
I think Subtext is a pretty good blog engine. – webdtc Jan 2 at 23:15
As of version 2.1 it lacks a key feature that stopped my from using it; multi-author capabilities. – Nick Josevski Oct 21 at 23:57
vote up 1 vote down

Graffiti has a great admin, but is only free for non-commercial projects. Did not do a good job of importing my WordPress content. Also has a CMS focus which includes blogging, but may be more broad then you like. I'm unsure of ease or ability to extend/modify it.

BlogEngine.net is decent. The admin leaves a lot to be desired. Works with Windows Live Writer though so that may not matter to you. It's easy to customize since its open source.

I have not used Subtext or dasBlog to comment on them.

link|flag
vote up 0 vote down

I have tried a BlogEngine.net, Subtex and dasBlog.

My goal was to set a blog engine to be up & running with minimal effort, while I can set mandatory things (to select a proper theme, configuration, ...).

Among those three blog engines it came up, that the best "out of the box" blog engine is dasBlog. How it is easy maintainable and upgradeable I have yet to figure out.

If you are using an ISS I recommend you to try out a Microsoft Web Platform Installer 2.0 Beta. It is really easy to install an application from Windows Web App Gallery (where you can find blogs engines too) on your IIS.

link|flag
vote up 0 vote down

I have heard Bloget is good, but I haven't tried it myself.

link|flag
vote up 0 vote down

Thanks for the post. I was having the same problem with my RSS feed. And this after using it on other live sites

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.