DotNetNuke
   HOME

TheInfoList



OR:

DNN Platform (formerly DotNetNuke) is a web content management system and web application framework based on the
.NET Framework The .NET Framework (pronounced as "''dot net"'') is a proprietary software framework developed by Microsoft that runs primarily on Microsoft Windows. It was the predominant implementation of the Common Language Infrastructure (CLI) until bein ...
. It is
open source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use the source code, design documents, or content of the product. The open-source model is a decentralized sof ...
and part of the
.Net Foundation The .NET Foundation is an organization incorporated on March 31, 2014, by Microsoft to improve open-source software development and collaboration around the .NET Framework. It was launched at the annual Build 2014 conference held by Microsoft. T ...
. DNN is written in C#, though it existed for many years as a VB.NET project. It is distributed under an MIT license.


Editions

DNN Platform (formerly "DotNetNuke Community Edition"
content management system A content management system (CMS) is computer software used to manage the creation and modification of digital content (content management).''Managing Enterprise Content: A Unified Content Strategy''. Ann Rockley, Pamela Kostur, Steve Manning. New ...
) is open source software distributed under an MIT License that is intended to allow management of websites without much technical knowledge, and to be extensible through a large number of third-party apps to provide functionality not included in the DNN core modules. Skins can be used to change the visual appearance of a website using DNN. There are two commercial editions of the software with increased functionality (compared to DNN Platform) and technical support. The DotNetNuke Professional Edition was introduced in February 2009 with version 4.9. In July 2013, DotNetNuke Professional Edition was renamed Evoq Content. In addition, DotNetNuke Enterprise Edition was renamed Evoq Content: Enterprise. Evoq version 9.0 was released in December 2016.


Architecture

DotNetNuke uses a three-tier architecture model with a core framework providing support to the extensible modular structure. While traditionally DNN focused on providing server side functionality, recent projects strive to enhance client side experiences - along with the rest of the industry. In recent years DNN migrated from using exclusively
Web Forms A webform, web form or HTML form on a web page allows a user to enter data that is sent to a server for processing. Forms can resemble paper or database forms because web users fill out the forms using checkboxes, radio buttons, or text fields. F ...
to also allowing Model View Controller and Single-page application architectures. In the future, DNN faces the challenge of moving from ASP.NET 4.6 to the cross-platform free and open source .NET. DNN can be extended using 3rd-party modules and providers that add functionality at the server or client side. The appearance of individual pages and sites can be customized using skins.


Modules

The default functionality of DNN can be expanded by adding third-party modules, either from an existing module store, from 3rd party authors, or through in-house development of custom functionality. The DNN framework provides basic functionality such as
security Security is protection from, or resilience against, potential harm (or other unwanted coercive change) caused by others, by restraining the freedom of others to act. Beneficiaries (technically referents) of security may be of persons and social ...
, user administration, and content management, while modules are used to tailor the web site for specific deployment needs. A set of primary modules are included with the core DNN distribution. These modules provide the functionality required to create an e-commerce system, an intranet, a public web site or a custom web application. They are maintained by a volunteer team community. In 2015 and 2016 most projects were moved from the DotNetNuke Community Forge to GitHub. Web pages have skins which define regions of a page (plus their appearance) where page editors can place modules (or extensions) made available by site administrators. Pages and modules can inherit or set custom access permissions that define which groups of users can view or edit each item. Module can be created in various ways: compiled modules use the Web Application Project model and are written in C# or VB.NET, dynamic modules use the Web Site Project model, and Razor modules which use a C# or VB.NET scripting language.


Skins

A skinning architecture provides a separation of presentation and content, enabling a web designer to develop skins without requiring any specialist knowledge of development in ASP.NET: only knowledge of HTML and an understanding of how to prepare and package the skins themselves is required. Skins consist of basic HTML files with placeholders (
token Token may refer to: Arts, entertainment, and media * Token, a game piece or counter, used in some games * The Tokens, a vocal music group * Tolkien Black, a recurring character on the animated television series ''South Park,'' formerly known as ...
s) for content, menus and other functionality, along with support files such as images, style sheets and JavaScript, packaged in a ZIP file. Like modules, skins, can be uploaded and automatically installed through the administration pages. If the compiled skin does not contain an ASP.NET user control file, then the DNN skinning engine builds one based on various tokens included in the HTML file which refer to various sections, placeholders and/or modules of a DNN-produced page. Modern skins incorporate CSS3 and HTML5 with many authors' skins supporting Responsive web design, various JavaScript libraries. With no credentialing, a skin's quality may vary, but often trial periods are available to evaluate functionality.


Hosting

DNN 7.0 and above has a minimum requirement of Windows 7, SQL Server 2008, and .NET 4.0 and IIS 7+. These product's latest versions are supported. As of version 6.0, DNN can also be installed in an
Azure Azure may refer to: Colour * Azure (color), a hue of blue ** Azure (heraldry) ** Shades of azure, shades and variations Arts and media * ''Azure'' (Art Farmer and Fritz Pauer album), 1987 * Azure (Gary Peacock and Marilyn Crispell album), 2013 ...
cloud computing environment. Numerous web hosting companies offer DNN as an offering, and a 1 step installation process is available through Microsoft. However DNN's requirement for an IIS medium trust environment has prevented broader adoption among some mainstream hosting companies.


Developer ecosystem community

DNN is supported by a community of enthusiasts notably in North America and Europe, with yearly physical events taking place on these continents. The project is managed through Github. The community shares information about the DNN Platform, how and by whom it is managed, events and discuss issues on the DNN Community Website. API reference documents and guidance on how to create modules and skins can be found on the DNN Documentation Website.


Project history

The DotNetNuke application originally evolved out of another project, the IBuySpy Portal which was a reference application created in 2001 by Microsoft to showcase the new ASP.NET software development framework. Shaun Walker added significant enhancements to the IBuySpy Portal and released a new version branded as the IBuySpy Workshop on December 24, 2002. The early releases of the IBuySpy Workshop application were developed solely by Walker and distributed by his consulting company, Perpetual Motion Interactive Systems Inc. In March 2003, Shaun Walker announced a rebranding of the
open source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use the source code, design documents, or content of the product. The open-source model is a decentralized sof ...
application to DotNetNuke. The name "DotNetNuke" was coined by Walker by combining the term .NET with the word "nuke", which had been popular with pre-existing frameworks such as
PHP-Nuke ''PHP-Nuke'' is a web-based automated news publishing and content management system based on PHP and MySQL originally written by Francisco Burzi. The system is controlled using a web-based user interface. PHP-Nuke was originally a fork of the Th ...
and PostNuke. Walker registered trademarks for the terms DotNetNuke and DNN in both the United States and Canada. At this point Walker formed a Core Team of software developers to help him develop and promote new versions of the open source project. In September 2006, Shaun Walker invited 3 members of the Core Team, Joe Brinkman, Nik Kalyani, and Scott Willhite, to form DotNetNuke Corporation to oversee management and development of the project, as well as offer professional services to the community. On November 25, 2008, DotNetNuke Corporation announced that it had secured
Series A financing A series A round (also known as series A financing or series A investment) is the name typically given to a company's first significant round of venture capital financing. The name refers to the class of preferred stock sold to investors in exchan ...
from Sierra Ventures and August Capital and hired
Navin Nagiah Navin is a surname of various origins. In some cases, it is a Hebrew surname, whose Dutch derivative is Nawijn. In other cases, the surname is derived from the Gaelic surnames ''Mac Cnáimhín'' and ''Ó Cnáimhín''. Hanks; Coates; McClure (2016) ...
as
CEO A chief executive officer (CEO), also known as a central executive officer (CEO), chief administrator officer (CAO) or just chief executive (CE), is one of a number of corporate executives charged with the management of an organization especially ...
; and in February 2009 it released DotNetNuke Professional Edition, targeted at business and enterprise customers. In February 2010, DotNetNuke closed a round of
Series B financing Venture capital financing is a type of funding by venture capital. It is private equity capital that can be provided at various stages or funding rounds. Common funding rounds include early-stage seed funding in high-potential, growth companies ( ...
from Sierra Ventures, August Capital, and
Pelion Venture Partners Pelion or Pelium (Modern el, Πήλιο, ''Pílio''; Ancient Greek/ Katharevousa: Πήλιον, ''Pēlion'') is a mountain at the southeastern part of Thessaly in northern Greece, forming a hook-like peninsula between the Pagasetic Gulf and ...
. In August 2009 DotNetNuke Corporation launched a partnership program aimed at providing support to web design and development companies using DotNetNuke. They also announced the acquisition of Snowcovered, an
online market In computer technology and telecommunications, online indicates a state of connectivity and offline indicates a disconnected state. In modern terminology, this usually refers to an Internet connection, but (especially when expressed "on line" ...
for DotNetNuke modules, skins, services, and related products. In October 2009, the
Open Source CMS Market Share Report Open or OPEN may refer to: Music * Open (band), Australian pop/rock band * The Open (band), English indie rock band * ''Open'' (Blues Image album), 1969 * ''Open'' (Gotthard album), 1999 * ''Open'' (Cowboy Junkies album), 2001 * ''Open'' (Y ...
concluded that DotNetNuke was the leading .NET-based open source web content management system. In 2013, the company was renamed
DNN Corporation DNN Corp. (formerly "DotNetNuke Corporation") is the steward of the DNN open source project, a web content management system (CMS) and application development framework for building web sites and web applications on Microsoft .NET. Organizations ...
and the commercial DotNetNuke editions were rebranded as Evoq. In 2017 the company was acquired by ESW Capital and stewardship of DNN Platform (as the open source Community Edition was now called) was transferred to a team of community experts. This project was subsequently brought under the umbrella of the .Net Foundation with DNN Corp solely focusing on their commercial Evoq platform.


Content management

DNN provides basic content-management out of the box, but is usually accompanied with one of many (mostly open-source) content management extensions.


Overview


Basic content editing features


File management


See also

* List of content management systems (CMS)


References


External links


DNN Community.
- The DNN Community Website. About DNN Platform and its Open Source community.
DNN Corp.
- The DNN Corp Site. About "Evoq" a commercial product base on DNN Platform. {{DEFAULTSORT:Dotnetnuke Free content management systems