asp.net-mvc asp.net mvc 博客引擎
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/491207/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
asp.net mvc blogging engine
提问by Mahesh
I am looking for some open source blogging engine build on ASP.NET MVC. Is there any production ready projects available?
我正在寻找一些基于 ASP.NET MVC 的开源博客引擎。是否有可用的生产就绪项目?
Note from svinto: I want this as well, but rather something that plugs in to any asp.net mvc site, using any DI/IoC or ORM. - Instead of creating a new similar question, I'm using this one.
来自 svinto 的注释:我也想要这个,而是使用任何 DI/IoC 或 ORM 插入任何 asp.net mvc 站点的东西。- 而不是创建一个新的类似问题,我正在使用这个问题。
These are the blogging engines I've found and their dependencies, subdependencies etcetera:
这些是我找到的博客引擎及其依赖项、子依赖项等:
- NLog(Logging framework)
- Yahoo! UI Library: YUI Compressor for .net(Minifies js and css, .net port of YUI Compressor)
- Ecmascript.net modified
- Tidy.net(.net port of HTML TIDY)
- SGMLReader(Converts SGML into XML)
- StructureMap(DI/IoC framework)
- SharpZipLib
- NLog(日志框架)
- 雅虎!UI 库:YUI Compressor for .net(缩小 js 和 css,YUI Compressor 的.net 端口)
- Ecmascript.net 修改
- Tidy.net(HTML TIDY 的.net 端口)
- SGMLReader(将 SGML 转换为 XML)
- StructureMap(DI/IoC 框架)
- SharpZipLib
Both of these seems to be more separate applications rather than something you mix and match with other things. Does anyone know of anything that:
这两者似乎都是更独立的应用程序,而不是与其他事物混合搭配的东西。有没有人知道任何事情:
- Has a separate assembly (or one for controllers and one for models)
- Uses repository pattern
- Allows use of any DI/IoC
- Allows use of any ORM
- Comes with view templates that I can change
- 有一个单独的组件(或一个用于控制器,一个用于模型)
- 使用存储库模式
- 允许使用任何 DI/IoC
- 允许使用任何 ORM
- 带有我可以更改的视图模板
回答by Paul Stovell
http://www.funnelweblog.com- ASP.NET MVC 3.0, Razor, and used by a number of bloggers already.
http://www.funnelweblog.com- ASP.NET MVC 3.0、Razor,并且已经被许多博主使用。
回答by Peter Stegnar
回答by Jalali Shakib
Worth to mention BlogEngine.Net in this posts, so:
http://www.dotnetblogengine.net/
在这篇文章中值得一提BlogEngine.Net,所以:http:
//www.dotnetblogengine.net/
and here list of its features:
http://www.dotnetblogengine.net/page/features.aspx
和这里的功能列表:http:
//www.dotnetblogengine.net/page/features.aspx
and here the documentation:
http://blogengine.codeplex.com/documentation
和这里的文档:http:
//blogengine.codeplex.com/documentation
It's not MVC, but worth to consider it.
这不是MVC,但值得考虑。
回答by Lewis
not sure what you determine as production ready?
不确定您确定什么已准备好生产?
Oxite is in beta, but seeing as MVC is not yet at RTM, I doubt you'll find anything that isn't determined as a pre-release.
Oxite 处于测试阶段,但鉴于 MVC 尚未进入 RTM,我怀疑您会发现任何未确定为预发布的内容。
http://www.visitmix.com/Lab/Oxite
http://www.visitmix.com/Lab/Oxite
I hope that helps.
我希望这有帮助。
回答by ariel
this one looks good http://thebeerhouse.codeplex.com/
回答by paxer
http://orchardproject.net/based on ASP.NET MVC 2, Razor etc
http://orchardproject.net/基于 ASP.NET MVC 2、Razor 等

