All Visual Studio Templates may be downloaded from the "Download Templates" section below.
This template is designed to help those creating a DotNetNuke® module using the C# programming language. It provides a quick and easy template for creating modules that either don't require database access, or will be utilizing database access methods that do not follow the standard DotNetNuke development practice.
This template is designed for C# developers to get them started developing a DotNetNuke module quickly with full DAL classes created and ready to go. This module template does NOT have ANY functionality pre-programmed so you will not spend 10-15 minutes removing functionality that is not needed for your module.
This template is a C# Item template that will create a new C# controller class, containing all standard DNN references for access to CBO and other common objects.