Building a Mobile Application for DotNetNuke

Recently I’ve needed to create a module that exposes some web methods for managing DotNetNuke from a Windows/Mobile/WCF Application. The good thing about this is that DotNetNuke already has a WebAPI solution with it’s own security for Roles and User Access. (Check out my WebAPI HelloWorld Tutorial)

I found this video very helpful from DNNCorp where Bruce Chapman – Director, iFinity Software goes through how you can accomplish this.

Link to the DotNetNuke DnnDash source code

http://dnndashservice.codeplex.com/

Leave a comment