Each module I developed is divided into 2 folders:
- DesktopModules / [ModuleName] - contains files
.aspxand .aspx.cs. - Modules / [ModuleName] - contains the class library project with the rest of the code (
.cs).
I heard that you can use a special project template that processes .aspx, .csand much more file types associated with the module - in one project (for example, in a special class library). I would like to receive recommendations on the DNN project template (5.0+) for visual studio 2008.
source
share