DotNetNuke 和 Umbraco 哪个 CMS 好用。进一步我们可以将我们现有的项目与它集成吗?
我们正在为我们的项目实施一个 CMS,该项目目前广泛使用 asp.net 母版页和 css。此外,该应用程序是数据驱动的,并使用 gridview 和 listview 等控件。经过一番搜索后,我们锁定了两个 CMS dotnetnuke 和 umbraco。现在我的问题是:
- 这两个 CMS 哪一个最适合且易于使用?
- 它们是否支持现有代码和 UI 的集成?
请提供链接以供进一步参考。
提前致谢。
We are in the process of implementing a CMS for our project which currently extensively uses asp.net master pages and css. Also the application is data-driven and controls like gridview and listview are used. After a little search we zeroed on two CMS dotnetnuke and umbraco. Now my question is:
- Which one of the two CMS is best suited and easy to use?
- Do they support integration of existing code and UI's
Please provide links for further reference.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
就集成而言,将现有应用程序与其 CMS 集成非常复杂,特别是如果它是动态的并使用 gridview 等控件。这里我分享以下链接:
此外,我引用了两者之间的以下比较:
希望这会有所帮助。
As far as the integration goes its very complicated to integrate an existing application with it CMS, especially if it is dynamic and uses controls like gridview etc. Here I share link for:
Further I quote the following comparisons between the two:
Hope this helps.
过去 2 个月我一直在使用 Umbraco,并准备投资获得认证。
我喜欢 Umbraco 的一点是,你可以轻松也可以非常困难。我的意思是,开箱即用,您可以非常快速地构建一些东西,并很快启动并运行,然后在此基础上进行构建。
我之前安装了 dotnetnuke,但发现它很慢,但我可能是错的。
这些概念很容易掌握。如果您了解 XSLT、asp.net MasterTemplates,那么您就可以顺利地开发一个简单的网站了。如果您了解 UserControls,您就可以真正擅长使用额外的功能。
几乎所有输入 Umbraco 的代码都会生成。
我已成功转换现有的 ASP.net 站点。
我同意托管,您将需要一个域,Umbraco 无法在子目录中工作。您需要的是一个简单的经销商包。使用 Cassinni 可以非常轻松地设置开发环境。
您现有的网站是用什么开发的?
I have been using Umbraco for the past 2 months and about to invest to being certified.
What I like about Umbraco is that you can go easy or very difficult. What I mean is out of the box you can build something very quickly and be up and running soon, then build upon it.
I installed dotnetnuke before but found it quite sluggish but I may be wrong.
The concepts are easy to pick up. If you know XSLT, asp.net MasterTemplates then you're well on your way to developing a simple site. If you know UserControls you can really excel with extra functionality.
Pretty much all the code you put into Umbraco is what's generated.
I've successfully converted an existing ASP.net site over.
I agree with the hosting, you will need a single domain, Umbraco doesn't work from a subdirectory. What you do need is a simple reseller pack. Development environment is very easy to setup with Cassinni.
What is your existing site developed in?
Umbraco 拥有基于 REST 的 BASE 接口。如果您需要提取数据并在其他地方(即在您现有的应用程序中)使用它,那么您可以。
http://umbraco.org/documentation/books/introduction-to-base
Umbraco has its BASE interface which is REST based. If you need to pull the data out and use it else where (ie in your existing application) then you can.
http://umbraco.org/documentation/books/introduction-to-base
Umbraco 非常容易使用,我当然会推荐它。
Umbraco is very easy working with, and I would certainly recommend it.
我已经使用 DotNetNuke 大约 5 年了,与它合作非常愉快。
它与大多数 .NET 开发人员所使用的内容有些抽象,因此使用它也需要一些时间来熟悉。我发现自己进行转变非常容易。
有一些关于 DotNetNuke 开发的好书以及一些很棒的在线资源。
至于使用现有代码库,II 必须同意@Coder。无论您使用什么,这都将是一个耗时的过程。
I have been using DotNetNuke for about 5 years and its been great to work with.
Its its a bit abstracted from what most .NET developers are used too, so working with it will take some getting used too. I found it pretty easy to make the transition my self.
There are some great books out there regarding DotNetNuke development as well as some great resources on line.
As far as working with existing code bases I I have to agree with @Coder. What ever you use this will be a time consuming process.