Austin Henderson wrote
I am curious about the WAP method...
1. Are there any performance problems with teh WAP model? i.e. does the code compile at runtime?
Actually WAP allows you to build compiled modules that do NOT have source when you install then on the website so no dynamic compilation is needed
2. Are there any resources for learning HOW to develop using the WAP model in regards to DNN?
Yes, there are many resources out there. Michael Washington has some great tutorials out on his website http://dotnetnuke.adefwebserver.com. I am also getting ready to start releasing my own tutorials as well as my own customized templates at my site http://www.mitchelsellers.com but it will be a few weeks before it is fully populated.
3. Are there any debug considerations to using WAP model?
Using WAP you are compiling your module which helps catch bugs at runtime, You can still hook in the debugger to trap errors while running DNN, however, I never actually debug and step through my modules, as I haven't found a need to in all of the modules that I have built over my time developing.
Also how come I NEVER get email when this forum updates even though I have selected notification?
That is a big with the forum, it will be fixed sometime.