惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Forbes - Security
Forbes - Security
T
Tailwind CSS Blog
Hugging Face - Blog
Hugging Face - Blog
Blog — PlanetScale
Blog — PlanetScale
WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
U
Unit 42
I
InfoQ
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
V
Visual Studio Blog
B
Blog RSS Feed
Vercel News
Vercel News
F
Fortinet All Blogs
Know Your Adversary
Know Your Adversary
T
Troy Hunt's Blog
博客园 - 【当耐特】
MongoDB | Blog
MongoDB | Blog
大猫的无限游戏
大猫的无限游戏
A
About on SuperTechFans
Jina AI
Jina AI
小众软件
小众软件
T
Threatpost
有赞技术团队
有赞技术团队
人人都是产品经理
人人都是产品经理
The Hacker News
The Hacker News
T
The Exploit Database - CXSecurity.com
C
CXSECURITY Database RSS Feed - CXSecurity.com
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Microsoft Azure Blog
Microsoft Azure Blog
Recent Announcements
Recent Announcements
酷 壳 – CoolShell
酷 壳 – CoolShell
Scott Helme
Scott Helme
B
Blog
腾讯CDC
Last Week in AI
Last Week in AI
P
Proofpoint News Feed
S
Schneier on Security
N
News and Events Feed by Topic
Microsoft Security Blog
Microsoft Security Blog
K
Kaspersky official blog
G
Google Developers Blog
T
Tor Project blog
PCI Perspectives
PCI Perspectives
S
Secure Thoughts
Google Online Security Blog
Google Online Security Blog
Latest news
Latest news
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
罗磊的独立博客

博客园 - 中国Rainbow

dudu你真了不起! 中国DNN开通了『模块演示』栏目 DNN3.3.1 &4.3.1简体中文语言包发布 6月28日 中国DNN启用太阳网服务器-中国DNN的第三次邀请(更新) 好久没有写东西,今天报个到! 感恩的心 萍聚 把根留住 请下载DotNetNue的技术文档DotNetNuke Code Access Security中文翻译稿 DNN的数据访问的抽象类 System.Xml 命名空间 sestem.Web 命名空间 System.Configuration 命名空间 System.Collections.Specialized 命名空间 System.Collections 命名空间 System.IO 命名空间 System 命名空间 DNN如何加载Provider信息 DNN的数据访问配置
开始翻译DotNetNuke 3.0 Module Developer’s Guide-目录
中国Rainbow · 2005-07-15 · via 博客园 - 中国Rainbow

         作为一名数学教师,我深知一节课你可讲得很少讲得很简单但是千万不可以讲错,写文字尤其是公开的文字更加严重,你的一个错误不知要浪费别人多少时间。。。作为非程序员,作为一个非英文擅长者,深知文字有时候会害人的,尤其是有错误的文字。所以在此特别声明,我不能保证我的翻译没有错误,如果你发现我的翻译有错误请千万指出,在此先行谢过。今天重新翻译一遍目录放在这里。
       

目录

DotNetNuke 3.0模块开发指导

目录

I序言

什么是模块?

模块容器

模块与DotNetNuke的接口

DotNetNuke结构

Provider 模式

文件夹结构

开始模块开发

配置你的 Visual Studio.NET项目

配置 DNN与你的控件通信

模块的结构

 三层或者N层结构

一个页面多个控件

数据层

业务逻辑层 (BLL)

用户层

Physical物理数据库Providers

DNN交互

个性化

调度

事件记录 Provider

本土化

导入和导出

搜索

本编辑器

DotNetNuke用户控件

错误传送

模块内部通信

部署你的模块

为部署创建数据库

创建你的部属定义

将你的模块打包

安装程序集

小结