What is a good extendable blogging application for asp.net? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-10T11:11:09Z http://stackoverflow.com/feeds/question/151873 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/151873/what-is-a-good-extendable-blogging-application-for-asp-net 3 What is a good extendable blogging application for asp.net? mattlant 2008-09-30T05:36:00Z 2008-09-30T11:43:40Z <p>Hi I tried a search for: "best asp.net blog”, “good asp.net blog" and went thru the blag and blogging tags and got nothing really what I am asking, so if it’s been asked before, I apologize and please point me the way.</p> <p>I am looking for a relatively good and well supported, and preferably open source blog application that runs on asp.net/mssql. It doesn’t need to be packed full of features, it just needs the basics, such as tagging, comments, etc. Extra features are a bonus.</p> <p>I would also like it to be either open source or have an extendable framework for customization of not only the look, but the functionality; preferably written in C# if its open source, as that is my language of choice.</p> <p>Good performance, etc, the usual stuff when looking for applications.</p> <p>Even if its a CMS with a blog in it, that would be benificial to point out as well.</p> <p>Any input is appreciated. If you do have input, please give the name, a link, and some of the the things you find good about it. Even if someone has posted what you were going to post, but you have other things you like about it, please add those things anyways.</p> <p>EDIT: Thanks for the input. I have garnered from the responses to check out <a href="http://www.dotnetblogengine.net/" rel="nofollow">BlogEngine.Net</a>, <a href="http://subtextproject.com/" rel="nofollow">subtext</a>, <a href="http://www.dasblog.info/" rel="nofollow">dasBlog</a>, and to stay away from the blog in dotnetnuke.</p> <p>I have checked them out and will start with BlogEngine, as it seems to fit my needs for now. Anymore suggestions are still welcome though in the mean time untill i really get into using it/them.</p> <p>Thanks</p> http://stackoverflow.com/questions/151873/what-is-a-good-extendable-blogging-application-for-asp-net/151880#151880 6 Answer by Alexander Kojevnikov for What is a good extendable blogging application for asp.net? Alexander Kojevnikov 2008-09-30T05:39:00Z 2008-09-30T05:39:00Z <p>I used <a href="http://www.dotnetblogengine.net/" rel="nofollow">BlogEngine.NET</a> for one of <a href="http://blog.atomium.be/" rel="nofollow">my clients</a>, can definitely recommend it.</p> http://stackoverflow.com/questions/151873/what-is-a-good-extendable-blogging-application-for-asp-net/151881#151881 1 Answer by Jesper Blad Jensen aka. Deldy for What is a good extendable blogging application for asp.net? Jesper Blad Jensen aka. Deldy 2008-09-30T05:39:48Z 2008-09-30T05:39:48Z <p>There are two i know of: BlogEngine.NET and DasBlog</p> <p>I'm using BlogEngine.NET. Very easy to extend as it uses the providers for membership and such. Can be configured to run on MSSQL, but default it will run using XML.</p> <p>DasBlog should also be a great blog engine, although I have never really played with it.</p> <p>Both are Open Source, and in C#</p> http://stackoverflow.com/questions/151873/what-is-a-good-extendable-blogging-application-for-asp-net/151887#151887 2 Answer by FryHard for What is a good extendable blogging application for asp.net? FryHard 2008-09-30T05:44:03Z 2008-09-30T05:44:03Z <p><a href="http://subtextproject.com/" rel="nofollow">Subtext</a> is a good option. I haven't seen it provide tag clouds, but other than that it works very well!</p> <p>To quote from their site:</p> <blockquote> <p>Subtext is an open source project licensed under the BSD license. It is a fork of the popular .TEXT blogging platform.</p> </blockquote> <p>It run as an ASP.Net/C# site and connects to MSSQL</p> http://stackoverflow.com/questions/151873/what-is-a-good-extendable-blogging-application-for-asp-net/151922#151922 3 Answer by lomaxx for What is a good extendable blogging application for asp.net? lomaxx 2008-09-30T06:00:45Z 2008-09-30T06:00:45Z <p>The 2 big ones are blogengine and subtext. Dasblog is good, but just be aware that it's run on XML there's no database backend which is both a pro and con.</p> <p>I would strongly recommend you stay well away from the DotNetNuke blogging engine. It's low on features, difficult to configure and not very intuitive to use.</p>