aDEFWEBSERVER
Los Angeles, CA *  Webmaster@ADefWebserver.com

This tutorial is outdated.

The following tutorial is recommended:

Creating a DotNetNuke Module using LINQ to SQL (Start here!)

 

Creating a DotNetNuke® Module using notepad -
For absolute beginners! - For DotNetNuke Version 3

(Click here for DotNetNuke version 2)
(Click here for DotNetNuke version 4)

Also see:
 The ADefWebserver DotNetNuke HELP WebSite

DotNetNuke is the fast growing free portal software available here. There are plenty of tutorials on the web to show you how to install your modules into the framework. However, I was unable to find any that showed you how to make a module easily using just notepad.

 

 

 

 

 

To use this tutorial you need:

1. DotNetNuke (this tutorial was made for version 3.0 (Click here for DotNetNuke version 2). Install it on a DEVELOPMENT server. Do not attempt to create modules on a production installation of DotNetNuke, trust me you will invariably screw up the installation and have to restore the database or re-install.)
2.  Notepad (or any simple text editor)

 

The Project:

Important Messages

 






 

  This tutorial will walk you through the creation of a simple module called "Important messages". This module allows an administrator to type in a message that is then shown to any user who visits the page (or "Tab" in DNN (DotNetNuke) speak).

This is a simple example to get you started and to show you how the architecture of DNN works. This example does not use a custom data provider or any other complex functions.

The example is comprised of 5 files. 2 web controls ("ShowMessage.ascx" and "WriteMessage.ascx"), 2 resource files ("ShowMessage.ascx.resx" and "WriteMessage.ascx.resx"), and one class file ("ImportantMessages.vb"). This will be the development environment.

After the development files are created and tested, the "ImportantMessages.vb" file will be compiled and a .dll will be created ("ImportantMessages.dll").

Next a "Private Assembly" (PA) package will be created that will consist of 6 files ("ShowMessage.ascx", "WriteMessage.ascx", "Test.ImportantMessages.dnn", "ShowMessage.ascx.resx", "WriteMessage.ascx.resx" "ImportantMessages.dll").

This PA will then be installed into DNN. You will be able to distribute this PA for use on any DNN installation.

 

 

     

When I program normal .Net pages I put a few things on a page. Save it, and view it through the web browser. I then add a few more things and then view the page again. If something doesn't work I take it out. If I get an error I fix it, all the while I am viewing the page through the web browser again and again.

This is what I was looking to do when I developed this example, a development environment that would allow me to make a simple page, see it through the web browser, make changes and view those changes.

 
       
       
       

Next... Creating the development environment

 

1 of 5

 

DefMatchGame

(A DotNetNuke® Module)

 
(C) by Michael Washington - ADefWebserver.com - Webmaster@ADefWebserver.com

Hit Counter

DotNetNuke® is a registered trademark of Perpetual Motion Interactive Systems Inc.