Search Wiki:
Project Description
The Code Endeavors DotNetNuke Module Templates utilize the Visual Studio Content Installer to enable the developer to create DotNetNuke modules quickly. After they are installed, simply open the File menu, expand New Project, and choose one of the templates to model your module after. The templates include a custom MSBuild script that automatically packages and deploys your module when it gets compiled.

Code Endeavors Compiled AJAX DotNetNuke Module Template
The Code Endeavors AJAX Template offers the skeleton structure for creating highly efficient AJAX templates. It encourages the developer to encapsulate logic within client-side objects to minimize naming conflicts. It also demonstrates how to use the new AJAX callback framework (ControlMethods) in the new ClientAPI. Additionally, it offers a solution to manage localization of messages in your javascript along with allowing modules to communicate safely on the client-side.

Code Endeavors Compiled Silverlight DotNetNuke Module Template
The Code Endeavors Silverlight Template allows the developer to quickly integrate silverlight into DotNetNuke. The method used insulates the client-side logic from conflicts with other modules on the page, including multiple instances of the same module.
Last edited Dec 12 2007 at 6:13 PM  by jhenning, version 3
Comments
MobileNow wrote  Dec 29 2007 at 3:59 PM  
I tried using this on www.PowerDNN.com 's DotNetNuke DNN hosting and it worked great for me.

Updating...