Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
3  
this should probably be a community wiki since its a poll. good question though – John Sheehan Jan 2 '09 at 22:46
1  
There is also Graffiti. graffiticms.com – mxmissile May 29 '09 at 18:58
1  
Voted to close as not-programming-related. – Mehrdad Afshari May 29 '09 at 19:20
4  
The question should NOT be closed. It is constructive to me and thousands of developers. – Tom Stickel Feb 2 '12 at 6:51
show 2 more comments

closed as not constructive by Tim Post Sep 12 '11 at 11:51

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

16 Answers

up vote 25 down vote accepted

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.

share|improve this answer
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 '09 at 23:01
6  
The security flaw Will is talking about was resolved a long time ago and is no longer present in versions greater than 1.4. At the time this comment was posted, BE is at version 1.6 – PhantomTypist Apr 7 '10 at 3:23
3  
How does this hold up in 2012? dasBlog and BlogEngine.Net still seem to be 2.0 framework apps. I've heard about Orchard, but know little about it. – one.beat.consumer Sep 26 '12 at 18:20

FunnelWeb is a good one based on ASP.NET MVC 3

share|improve this answer
not support MySQL – Alberto León Oct 10 '12 at 20:45

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

share|improve this answer
3  
It's worth pointing out that the comparison article is from October 2007. – Matt Olenik May 2 '09 at 15:28
+1 I have used dasBlog for a while. – Chris Ballance Aug 14 '10 at 4:31

Subtext http://subtextproject.com/

share|improve this answer
I think Subtext is a pretty good blog engine. – dtc Jan 2 '09 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 '09 at 23:57
Looking at readme file for version 2.3, it has a section for "Security and Multi-User", which looks like it is for multi-author capabilities. Apparently you set it up through the web.config. – Adam Nofsinger Apr 15 '10 at 13:16

AtomSite is an ASP.NET MVC option that looks quite attractive.

share|improve this answer

I use Sitefinity CMS, but I'm pretty biased. The blogging module is good enough for my use (it supports MetaWeblog & Windows Live Writer). Sitefinity is a CMS and not purely focused on being a blogging platform. For pure blogging, I would imagine other platforms might be better.

This being said, because I'm an ASP.NET developer I wanted the ability to easily modify & extend the underlying system. Sitefinity is easy to extend using traditional user controls. For these reasons, Sitefinity is a good blogging platform for ASP.NET programmers.

Lastly, Sitefinity has a community edition that is fully functional, 100% free and can be used for commercial web sites. Best of luck!

share|improve this answer

I've used SubText in a shared hosting environment with the SQL Server provider and I found the response time to be very poor. I went to BlogEngine with the file provider and was much more pleased with the results.

I also found the BlogEngine engine to be much easier to administer.

share|improve this answer
"in a shared environment" There's your problem. SQL Server + shared hosting can be a pain. – Joel Coehoorn Jan 26 '09 at 18:02
SubText works just fine for me. Dedicated box though – ccook Jan 26 '09 at 18:06
Unfortunately not all of us can afford dedicated boxes =) – casperOne Jan 26 '09 at 18:21
Is there some mechanism with BlogEngine.NET for migrating from SQL provider to XML provider, or vice versa? – Kevin Babcock Jan 26 '09 at 18:32
1  
You could always export using BlogML, switch the underlying provider, and then import the BlogML (back up everything, of course). – casperOne Jan 26 '09 at 18:42

hi i am just testing dasblog and BlonEngine.Net since i want to host one of them. BlogEngine has a good response time and it can be setup in no time. on both of them you can change the provider to be XML or SQL. BlogEngine post editor is very poor, in order to add links you need to manually modifythe HTML.

dasblog is not being update that often like BlogEngine.

if you like to try an MVC one you can use oxite but i havent heard good comments about it

also this question was already asked see here

share|improve this answer
Thanks for the reply and pointer to the other link. I did a search before posting but didn't notice that post. – Kevin Babcock Jan 26 '09 at 18:30

subtext is very easy to use, you should consider maybe oxite too.

share|improve this answer

http://www.funnelweblog.com is an ASP.NET MVC 3/Razor blog engine, inspired by StackOverflow.

share|improve this answer

Similar to community server, I would recommend Graffiti CMS. It is what I use for my blog. It is very customizable.

Graffiti allows for a lot of customization with pretty advanced themes, plugins, and widgets.

share|improve this answer

NBlog is an awesome lightweight ASP.NET MVC 3 blog engine, it stores everything as JSON and doesn't even need a database.

share|improve this answer

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 IIS 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.

share|improve this answer

I'm a big fan of dasBlog. I don't know if you've already evaluated it and ruled it out, or you weren't aware of its existence.

It's customizable, built on ASP.NET 2.0, and runs some pretty popular blogs like Scott Hanselman's.

share|improve this answer

Umbraco Open Source ASP.NET CMS

share|improve this answer

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

share|improve this answer

protected by Bill the Lizard Oct 10 '10 at 14:58

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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