Blog engines for ASP.Net (maybe MVC) web sites [closed]

断了今生、忘了曾经 提交于 2019-12-03 08:42:45
spinodal

Three most famous are those:

Classical Asp.Net

  • dasBlog -Edit: updated link (old link pointed at dasblog.info - obviously no longer the correct link)
  • Subtext

Asp.Net Mvc

Check BlogEngine.NET, it is easy to understand and extensible.
It is build using ASP.NET Webforms.

I've recently been playing with N2CMS - it's more of a CMS than just a Blog Engine (which is the main reason I've been playing with it), so might be overkill for your requirements.

It has both Medium Trust support, and an MVC example - I've basically taken the Medium Trust sample and mixed that with the ASP.NET MVC example to produce something that the client's very happy with.

Scott Hanselman contributed to DasBlog and is using it as his blog engine - it was created with hosting in mind, so works under medium trust and doesn't use a DB.

It is an WebForms app, not MVC, however. He runs his blog with it.

Just for the record, I ended up using WordPress. Applying the "skin" was not hard, probably as hard as with any .Net blog and although it will probably be harder to maintain in the long run, in the short term is probably the most stable and featureful blogging solution.

atomsite - not mature enough, but promising

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!