Every module I've developed is separated into 2 folders:
- DesktopModules/[ModuleName] - contains
.aspxand.aspx.csfiles. - Modules/[ModuleName] - contains a class library project with the rest of the code (
.csfiles).
I've heard that you can use a special project template that handles .aspx, .cs and much more module related file types - under one project (like some special class library). I'd like to get recommendations for a DNN module (5.0+) project template for visual studio 2008.