Visual Studio is an incredibly powerful tool and often comes with a number of great features to help you develop things quickly. One of the great benefits though is the ability to customize those templates to do exactly what you need them to do. On this page we will share our customized templates that you might find helpful in your development needs.
Template Usage Instructions
To use any of these templates simply download the linked Zip File and save the zip within the "/My Documents/Visual Studio 2010/Templates/ProjectTemplates/Visual C#" folder. The next time you open Visual Studio you will have the template available for your use. Once you have the template on your machine you may elect to modify the .vstemplate file contained within to change replacement values such as "YourCompany" to become that of your organization to help reduce the time necessary to get your project up and running.
Clean DotNetNuke Module Template
Last Updated: 7/3/2012
This is a basic DotNetNuke module template with all of the clutter removed and a consistent/clean format for file structures, release notes, and license text. Based on the popular Chris Hammond Template this is our base template for all new DotNetNuke projects. Key features of this template include MSBuild based packaging, License and Release Notes separated from the manifest and full support for DNN 6.0.0 and later development out of the box.
Download the Clean DotNetNuke Module Template