dotnetnuke,调查模块和模块开发
我正在尝试开发一个模块并使用 dnn 提供的操作指南以及调查模块。在 tut 中,他们引用了文件背后的代码,但是当我从他们的网站下载 zip 文件时,我没有看到任何代码隐藏文件。有谁知道我是否下载了正确的软件包?我在这里得到它: http://www.dotnetnuke.com/Community/ Extensions-Forge/Module-Survey.aspx
如果我找到了正确的包,为什么没有代码隐藏。
另外,有人推荐任何好的 dotnetnuke 模块教程吗?
I am trying to develop a module and using the how-to guide that dnn provides along with the survey module. In the tut they reference code behind files but when I downloaded the zip file off their site I am not seeing any code-behind files. Does anyone know if I downloaded the right package? I got it here: http://www.dotnetnuke.com/Community/Extensions-Forge/Module-Survey.aspx
And if I dl'd the right package why is there no code behinds.
Also, anyone recommend any good dotnetnuke module tutorials?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
DotNetNuke 调查托管在 Codeplex 中:
http://dnnsurvey.codeplex.com/
您可以找到最新的源码包那里。 www.dotnetnuke.com 中的模块页面并不总是最新的。
我认为最好的 DNN 模块开发教程仍然可以在印刷书籍及其代码补充中找到,尽管它们不会涵盖最新功能(还没有关于 DNN6 的书籍)。
我推荐 专业 DotNetNuke 模块编程,作者:米切尔·塞勒斯。它有点过时(2009 年),但仍然是一个很好的参考。请参阅评论。
除了 DNN 管理之外,其他涵盖模块开发的书籍还有:
迈克尔·华盛顿。 (评论)。
DotNetNuke Survey is hosted in Codeplex:
http://dnnsurvey.codeplex.com/
You can find the latest source package there. Module pages in www.dotnetnuke.com are not always up-to-date.
I think that the best DNN module development tutorials are still found in printed books and their code supplements, although they won't cover the latest features (No books on DNN6 yet).
I would recommend Professional DotNetNuke Module Programming by Mitchel Sellers. It is somewhat dated (2009), but still a good reference. See review.
Other books that cover module development, in addition to DNN administration, are:
Michael Washington. (Review).