Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
最著名的三个是:
经典 Asp.Net
Asp.Net Mvc
Three most famous are those:
Classical Asp.Net
Asp.Net Mvc
检查BlogEngine.NET,它很容易理解并且可扩展。
它是使用 ASP.NET Webforms 构建的。
Check BlogEngine.NET, it is easy to understand and extensible.
It is build using ASP.NET Webforms.
我最近一直在玩 N2CMS - 它更像是一个 CMS,而不仅仅是一个博客引擎(这是我一直在玩它的主要原因),所以对于您的要求来说可能有点过分了。
它同时具有 Medium Trust 支持和 MVC 示例 - 我基本上采用了 Medium Trust 示例并将其与 ASP.NET MVC 示例混合以生成客户非常满意的东西。
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 为 DasBlog 并使用它作为他的博客引擎 - 它是在创建时考虑到托管的,因此在中等信任度下工作并且不使用数据库。
然而,它是一个 WebForms 应用程序,而不是 MVC。 他用它来运行他的博客。
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.
作为记录,我最终使用了 WordPress。 应用“皮肤”并不难,可能与任何 .Net 博客一样难,尽管从长远来看可能更难维护,但从短期来看可能是最稳定、功能最丰富的博客解决方案。
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 - 不够成熟,但有前途
atomsite - not mature enough, but promising