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?
|
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? |
|||||||||||||||||||
|
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.
|
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. |
|||||||||||
|
|
FunnelWeb is a good one based on ASP.NET MVC 3 |
|||
|
|
|
Not to forget: dasBlog.
Here is a comparison between DasBlog and BlogEngine.NET: |
|||||||
|
|
Subtext http://subtextproject.com/ |
|||||||
|
|
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! |
|||
|
|
|
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. |
|||||||||||||
|
|
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 |
|||
|
|
http://www.funnelweblog.com is an ASP.NET MVC 3/Razor blog engine, inspired by StackOverflow. |
|||
|
|
|
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. |
|||
|
|
|
NBlog is an awesome lightweight ASP.NET MVC 3 blog engine, it stores everything as JSON and doesn't even need a database. |
|||
|
|
|
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. |
||||
|
|
|
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. |
|||
|
|
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.