Visual Studio Add-Ons

Visual Studio Snippets

All Visual Studio Snippets may be downloaded from the "Download Snippets" section below.

This snippet is a very helpful tool that provides a quick way of providing a standard public property with get and set operations.  This allows C# developers to have auto code creation similar to that of VB.NET developers to help reduce the amount of time spent coding routine operations.

This is a simple snippet that will help you create information objects in a standard format within the C# language.  Automatically creating regions for private data members, public constructors, and public properties.  All with full XML comment headers provided.

Visual Studio Templates

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.

Download Visual Studio Snippets

Please select a file to download from the list below. Items marked with an * require agreement to the terms and conditions prior to selecting "Download".



 

Download Visual Studio Templates

Please select a file to download from the list below. Items marked with an * require agreement to the terms and conditions prior to selecting "Download".



 


DotNetNuke and DNN are registered trademarks of DotNetNuke Corporation