DNN的Community版本和Professional版本有什么区别
DotNetNuke(dnn)目前分为Professional和Communit两个版本。我想很多人都有使用哪个版本的疑惑。
Nik Kalyani的两篇文章
DotNetNuke Business Model and Product Roadmap (Part 1 of 2)
DotNetNuke Business Model and Product Roadmap (Part 2 of 2)
解答了这些疑惑,并且对DNN重新定义的商业模式做了解释。DNN的商业模式被称之为“Open Core.” 的模式,也就是说,DNN的核心部分是免费和开源,不管是Professional版本还是Community版本。并且这两个版本的核心部分功能也是一样的。
Nike Kalyan用这个图解释了什么是DNN的核心:
那Professional版本和Community版本有什么区别呢?通俗的讲,两个版本的区别就是发布是附加的Extesion(也就是之前的Module)不同。
Communit版本会附加一些免费的模块,像这样:
而Professional版本则会增加一块收费的Professional Extension
而Professional版本是面向对功能要求更强的商业需求,对安全、效率、电子商务和可扩展性都有增强。
下面这个表是两个版本即将增加功能的详细区别:
Feature |
Comment |
Community |
Professional |
Content Management |
Content Approval - Single-stage content approval - Select content approver roles at the site level - Text/HTML module enhancement to support Content Approval |
• |
• |
|
Content Approval and Versioning - Multi-stage content approval - Define stages and select content approver roles at the site level - HTML Pro module to support multi-stage Content Approval
|
|
• |
User Experience |
Control Panel Improvements in usability and appearance through tabbed, ribbon user interface
|
• |
• |
|
Advanced Control Panel Add a page or edit common page settings directly from the Control Panel
|
|
• |
|
Skin Objects Skin objects code will be XHTML compliant
|
• |
• |
|
Action Panel Skin Object An Action Panel Skin Object to provide a consistent way for exposing available actions to users
|
• |
• |
|
Management Console Improve access and discoverability of administrative features by aggregating features into a Windows-style control panel
|
• |
• |
Analytics & SEO |
Google Analytics Support Support for injection of analytics tracking code on every page
|
• |
• |
|
Google Analytics for Marketing Support Support for advanced Google Analytics segmentation based on role membership
|
|
• |
|
Per-page Custom Sitemap Rank Define the rank for each page for use in the Sitemap published to search engines.
|
• |
• |
Security |
Change Audit Last modified and full history audit trails
|
• |
• |
|
Extended Edit Permissions Page, module and folder level permissions that extend existing Edit permissions
|
|
• |
Scalability |
Distributed Caching Provider More efficient resource usage in large web farms
|
|
• |
Stability |
Application Integrity Checking Checks files in the installation and reports any inconsistencies which may impact website reliability
|
|
• |
Network Services |
Health Monitoring Pings the website periodically to identify failures and will notify the site owner. Also ensures the site stays in web server memory for faster user accessibility
|
|
• |
|
Vulnerability Database (Basic) Maintains a vulnerability database with basic information for each product version to easily identify potential issues
|
• |
• |
|
Vulnerability Database (Detailed) Maintains a vulnerability database with detailed information for each product version to easily identify potential issues
|
|
• |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 周边上新:园子的第一款马克杯温暖上架
· Open-Sora 2.0 重磅开源!
· 分享 3 个 .NET 开源的文件压缩处理库,助力快速实现文件压缩解压功能!
· Ollama——大语言模型本地部署的极速利器
· [AI/GPT/综述] AI Agent的设计模式综述
2008-05-12 面试题:使用递归的方法计算1到100的累加。