New DotNetNuke Silverlight Module Template Published
Posted by: Joe Brinkman,
on 10 Apr 2009 |
View original | Bookmarked: 0 time(s)
I finally was able to get the multi-project template functionality working to enable the easy creation of a DotNetNuke Silverlight module. The sample demonstrates how easy it is to have Silverlight interact with javascript, which in turn can talk directly to your server-side module code. Unlike the other module templates, this one requires the creation two projects, one for your DNN module and one to host your Silverlight code. Upon compilation, the Silverlight code gets zipped up into a file with...