Search
Free Signup | Login
Search Blogs
Relevant Links
DotNetNuke
Author: revindex Created: 7/4/2007 11:43 PM
DotNetNuke is a powerful framework for building enterprise CMS application.

Package Installer Flow in Module Installation, Upgrade and Uninstall
By revindex on 3/19/2010 7:31 PM
Starting DotNetNuke 5 and above has an improved module installer. Modules now fall under the umbrella of "extensions". Extension is a unified system that includes module, skin, container, language pack, etc. As a result, the new installer is also better referred to as "package installer" because it can install more than just modules. In this article, we'll talk about the flow of installing, upgrading and uninstalling a module. (Keywords: install, upgrade, uninstall, delete, dnn, dotnetnuke, extension, package, desktopmodule, sqldataprovider, cleanup)
Comments (0) More...

Upgrading DNN 4.x to .NET 3.5
By revindex on 11/10/2009 1:21 PM
Upgrade DotNetNuke 4.x to use .NET 3.5 (.NET 2.0, ASP.NET)
Comments (1) More...

Creating a Scheduled Task in DotNetNuke
By revindex on 10/27/2008 3:18 PM
DotNetNuke allows you to create a simple scheduled task relying on the DNN framework only. This is useful if you want to keep everything self-contained within a module or you run within a hosting environment that don't allow you access to Remote Desktop. (IIS, ASP.NET, DNN)
Comments (1) More...

Installing DotNetNuke Starter Kit
By revindex on 7/5/2007 12:01 AM
In this tutorial, I'm gonna walk you step by step to install the DotNetNuke 4.x Starter Kit. The Starter Kit is intended for module development. DotNetNuke is a free open source CMS framework for creating enterprise application...
Comments (12) More...

Step-by-step Creating a DotNetNuke Module Using Visual Basic (VB.NET)
By revindex on 7/4/2007 8:08 PM
I'll show you how to create a simple DotNetNuke 4.x module using VB.NET. Modules can be created with C# also just as easily...
Comments (3) More...

Step-by-step Creating a DotNetNuke Module Using C#
By revindex on 7/4/2007 8:04 AM
I'll show you how to create a simple DotNetNuke 4.x module using C#. Modules can be created with VB.NET also just as easily...
Comments (23) More...