.NET 开源 CMS,用作 Jquery 和 MVP 的框架
我一直在阅读一些有关开源 CMS 的文章。
我正在寻找类似 .NET CMS 框架的东西,它实现 MVP(非 MVC)结构模式、jQuery,这样我就可以添加我自己的类、UserControls、页面和任何我想要的东西。
我听说过 Umbraco 和 N2。不确定这些是最好的还是我正在寻找的。
有人了解这些框架吗?还有其他建议吗?
I've been reading some articles about Open Source CMS.
I am looking for something like a .NET CMS framework that implements MVP (no MVC) structural pattern, jQuery so i can add my own classes, UserControls, Pages and whatever i want.
I've heard about Umbraco and N2. Not sure if those are the best or simply what i am looking for.
Does anybody know about these frameworks? Any other suggestion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用了带有 MVP 模式的 Umbraco(版本 4.7)。它非常好,尽管它确实迫使您使用用户控件和母版页。它确实在 XSLT 中做了很多事情,但是很容易绕过它,因此您使用纯 C#。
它也很容易拿起。值得一试,这是迄今为止我使用过的唯一开源 CMS。
还可以看看果园。
I've used Umbraco with the MVP pattern (version 4.7). It is quite good, though it does force you to use User Controls and Master Pages. It does do a lot in XSLT, but it is easy to bypass this so you are using pure C#.
It's very easy to pick up as well. Worth a try, this is the only open source CMS I have worked with so far though.
Also have a look at Orchard.