All Projects → nopSolutions → nopCommerce-plugin-template-VS

nopSolutions / nopCommerce-plugin-template-VS

Licence: other
Visual Studio template for nopCommerce plugin

Programming Languages

C#
18002 projects
HTML
75241 projects

Plugin Template for VS

This is a Visual Studio template for creating new nopCommerce plugin.

It can save a lot of time for developers. Because now they don't have to do manually all initial steps. Such as folders creation (Controllers, Views, Models etc.), other required files (DependencyRegistrar.cs, _ViewImports.cshtml, ObjectContex, plugin.json etc), configuration, project references, etc).

Supported versions of Visual Studio: 2017, 2019 and 2022

Install instruction:

  1. Download template folder

  2. Copy downloaded folder or zip archive into the one of this folders:

    1. C:\Users\{Username}\Documents\{VisualStudio}\Templates\ProjectTemplates
    2. C:\Users\{Username}\Documents\{VisualStudio}\Templates\ProjectTemplates\Visual C#

    Username - your username on this PC

    VisualStudio - the folder of target version of visual studio

original author:

Jaber Kibria ([email protected])

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].