《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,如需轉載請自行聯系原作者