· Chris Hammond
Last Updated
New Visual Studio 2015 Templates for DNN, Now With Wizard for Customizing
Customize your DotNetNuke project templates easily with the latest release. Update Root Namespace, Owner Info, Owner Email, Website, and Local DEV URL hassle-free. Get the templates now!
I’ve been maintaining my DotNetNuke Visual Studio project templates for a number of years now, one of the things they have sorely been lacking is the ability to “customize” the templates without having to crack open the full source code of the VSIX project, making changes, and then recompiling everything. There are 5 specific strings/values that were ripe for customization, but simply were not easily accessible.
- Root NameSpace – The Namespace for the project, all of the files were populated with this namespace.
- Owner Name – A DNN Manifest property that is used to provide information on who either developed the module, or commissioned the module development. This also gets used in all of the Copyright statements built into the templates.
- Owner Email – Another DNN Manifest property, used to provide an Email address for contacting the owner/developer of a module.
- Owner Website – The URL of the package's owner, for further contact and information.
- Local DEV URL – The URL of your local development environment.
With the latest release of the templates, when you create a project using one of the 6 included templates, you will then be prompted with a Wizard interface (single step) that will allow you to customize these fields.
As always, you can download the latest “release” of the templates from the DNN Store, or from the Visual Studio Online Gallery if you want to get creative, you can check out the Repo on GitHub