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.

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...