This page is dedicated to providing quality Visual Studio templates that will allow for rapid development of DotNetNuke Modules, Authentication Providers, Skin Objects, and more. The offerings on this page are still in development so be sure to bookmark this page to keep updated with the various templates that are available. These templates are available to ALL registered users of this site.
Below you will find descriptions of each template available. If you are logged in you will find the downloads section below. If you have any questions or requests please don't hesitate to contact us using hte forums or contact links on this site.
Blank C# Module Without DAL
This template will create a BLANK C# module that does not have the DAL components within. This is great to use when referencing external DAL libraries or when you have a module that doesn't require data access. This module has View, Edit, and Settings controls however no functionality exists on these controls by default!
Blank C# Module With DAL Classes
This template will create a blank C# module with View, Edit, and Settings control as well as a generic .dnn file and DAL method stubs. No functionality is implemented in this template allowing you to quickly insert your own code to create your custom modules. DAL classes are fully implemented and commented sections of code provide direction on the "standard" way of implementing the DAL method calls for those that need assistance. Example SqlDataProvider files are also provided, but must be modified to actually insert a table on installation.
This template is a great way to rapidly develop DNN modules without the need to constantly remove the dummy functionality provided by most existing templates.