DNN读书摘录5-Starter Kit Template

简介:

《Professional DotNetNuke Module Programming》page4

这个摘录是关于DotNetNuke中StarterKit模板的介绍,我们安装StartKit以后会有以下模块,我们将分别介绍,书中是英文,我们这里将他们翻译过来,并加上我的一些认识。

DotNetNuke Web Application Framework : This template is the entire DotNetNuke solution that can be used to set up a website for development. This template should not be used because development can more easily be completed via manual installations using the Install package.

DotNetNuke Web Application Framework :这个模板是这个DotNetNuke的解决方案,用于开发而架设的一个站点。这个模板不应该被使用是因为我们可以通过手动安装DotNetNuke的方法来架设开发站点,而不是使用模板。这个模板的作用其实就相当于是一次DNN安装。我们一般都是在安装完了DNN以后才会使用StartKit进行模块开发的。

DotNetNuke Compiled Module (VB) : This template will create a Web Application Project (WAP) - compiled Visual Basic (VB) module. This template creates all standard DotNetNuke module elements, including the data access layer (DAL) and multiple view controls. This is the template that is used in this book for all VB examples. It creates a module that will be compiled into a single .dll for distribution via standard build processes.

DotNetNuke Compiled Module (VB) : 这个模板创建一个Web应用程序项目(简称WAP)—— 一个已经编译完成了的使用VB语言写的模块。这个模板创建了所有标准的DotNetNuke模块元素,包括数据访问层和多个视图控件。这本书中的所有VB例子都是使用这个模板。它创建的模块会在在一个单独的.dll文件中编译,并且通过标准的生成(编译+连接)过程来发布。

DotNetNuke Dynamic Module (VB): This template will create a Web Site Project (WSP) VB module that utilizes the app_code folder for all classes. This template creates a complete module with similar contents to the Compiled Module template, including full DAL classes. This template is recommended for users with Visual Studio Express, which prior to Visual Studio 2008 Service Pack 1 cannot support the WAP development model. Chapter 2 provides full information on Visual Studio versions and project types.

DotNetNuke Dynamic Module (VB): 这个模块会创建一个网页项目(WSP)的用VB语言写的模块,对所有类它利用app_code文件夹动态编译。这个模板创建了一个完整的模块,它和Compiled Module template有一些相似的内容,如他们都有完整的数据访问层。这个模块被推荐给使用Visual Studio Express开发的人使用,尤其推荐给使用Visual Studio 2008 Service Pack 1 的人,因为它不支持WAP开发模块。第二章提供了关于Visual Studio 版本和项目类型的详细信息

This template is implemented as an item template, and may only be added to a DotNetNuke Web Application Framework solution created via the template discussed previously.

这个模板以项目模板的形式被实施,而且可能只能被加载到DotNetNuke的Web应用程序框架解决方案中,该解决方案通过前面讨论过的模板方式被创建。

DotNetNuke Dynamic Module (C#) : This template will create a Web Site Project (WSP) C# module that utilizes the app_code folder for all classes. The created project will be exactly like that of the Dynamic VB Module, but translated to the C# language. This project template is recommended for developers who prefer C# and are using Visual Studio Express.

DotNetNuke Dynamic Module (C#) : 这个模块会创建一个网页项目(WSP)的用C#语言写的模块,对所有类它利用app_code文件夹动态编译。所创建的项目和Dynamic VB Module极其相似,只是将VB语言转换成了C#语言。这个项目模板被推荐给喜欢用C#语言的开发者和使用Visual Studio Express开发的人用。

This template is implemented as an item template and may only be added to a DotNetNuke Web Application Framework solution created via the template discussed previously.

DotNetNuke Simple Dynamic Module (VB): This template will create a dynamic VB.NET module, but the module created will only have a single view control and the .dnn manifest. This is designed for individuals looking for a custom implementation, or those looking for a clean project to start with.

DotNetNuke Simple Dynamic Module (VB): 这个模板会创建一个动态的VB.NET模块,但是这个被创建的模块只包含一个试图空间和.dnn文件清单。这个是为寻求自定义实现或者寻求一个简单的项目开始的人设计的。

This template is implemented as an item template and may only be added to a DotNetNuke Web Application Framework solution created via the template discussed previously.

DotNetNuke Skin : The final template included in the Starter Kit creates all files needed to create a single skin and container for a DotNetNuke website. Chapter 3 discusses skins and containers in more detail.

DotNetNuke Skin : 这个包含在Starter Kit 中最后的模板创建了所有需要创建一个单独皮肤所用到的文件和DotNetNuke站点的容器。第三张将讨论皮肤和容器的一些详细细节。




本文转自xwdreamer博客园博客,原文链接:http://www.cnblogs.com/xwdreamer/archive/2010/06/04/2297126.html,如需转载请自行联系原作者




目录
相关文章
|
3月前
|
小程序
基于Uniapp+SpringBoot+Vue的电影交流平台小程序设计与实现(源码+lw+部署文档+讲解等)
基于Uniapp+SpringBoot+Vue的电影交流平台小程序设计与实现(源码+lw+部署文档+讲解等)
51 0
基于Uniapp+SpringBoot+Vue的电影交流平台小程序设计与实现(源码+lw+部署文档+讲解等)
|
6月前
|
JavaScript 数据安全/隐私保护 Android开发
CocosCreator3.8研究笔记(十九)CocosCreator UI组件(三)(1)
CocosCreator3.8研究笔记(十九)CocosCreator UI组件(三)
111 0
|
6月前
|
前端开发 Android开发
CocosCreator3.8研究笔记(十九)CocosCreator UI组件(三)(3)
CocosCreator3.8研究笔记(十九)CocosCreator UI组件(三)
|
6月前
|
Android开发 iOS开发 容器
CocosCreator3.8研究笔记(十九)CocosCreator UI组件(三)(2)
CocosCreator3.8研究笔记(十九)CocosCreator UI组件(三)
159 0
|
6月前
|
Windows
「星球投稿」Simple-Shellcode-Loader学习
「星球投稿」Simple-Shellcode-Loader学习
|
6月前
|
人工智能 程序员
每日一个 ChatGPT 使用小技巧系列之2 - 用 ChatGPT 研读 SAP ABAP BAPI 的实现源代码
每日一个 ChatGPT 使用小技巧系列之2 - 用 ChatGPT 研读 SAP ABAP BAPI 的实现源代码
53 0
|
11月前
|
存储 编译器 开发者
Makefile基础教程:从零开始学习
在软件开发过程中,Makefile是一个非常重要的工具,它可以帮助我们自动构建程序,管理程序依赖关系,提高开发效率。本篇博客将从基础开始,介绍Makefile的相关知识,帮助大家快速掌握Makefile的使用方法
107 0
Makefile基础教程:从零开始学习
|
移动开发 资源调度 JavaScript
跟尤雨溪对话:我从vuejs/core发布中学到了什么?
代码规范: EditorConfig+Prettier + ESLint(除了vue3.0没有使用EditorConfig,其他三个仓库都用了)
169 0
|
机器学习/深度学习 人工智能 算法
【花书笔记】 之 Chapter01 引言
【花书笔记】 之 Chapter01 引言
【花书笔记】 之 Chapter01 引言
TeaVM博文汇总
TeaVM博文汇总
77 0