If you are using the “DotNetNuke Module” Template in your copy of Visual Studio 2005 then you know there are details to be reconciled when the template is initially used. Details to be reconciled are, for example, renaming “ModuleName”.
I am a big proponent of learning how to automate your own code developing and I believe learning how to do this for yourself will make you an impressive code developer. If you learn how to automate Visual Studio and you create very many modules this will save you a lot of work!
Follow along and gain some insight on creating your own automation. Doing so will have you swiftly building DotNetNuke modules with a few mouse clicks. But, more importantly, you will be in control because you’ll understand exactly what is going on “behind the scenes”
Start Tutorial