1)如果要保證資料品質,那麼你最好在資料庫層考慮這個問題。這裡所指的資料是經常在應用程式間共用並且能長期穩定地由應用程式產出和銷毀;2)如果應用程式商務邏輯在時間轉換上或者應用與特殊領域會很複雜,那麼你肯定會發現在業務對象層處理問題比在資料庫中簡單得多;3)可以確信,大家所關心的規模和分離,你應該會希望將表現層合理地從業務對象和資料庫中獨立出來。你可以在表現層或者工作空間層與客戶之間執行合適的業務對象方法,而不是直接將中介層對象關聯對客戶那裡。PS:KOWNING this and
DotNetNuke基本構架圖預覽 DotNetNuke 的構架允許使應用程式層被建立分布在兩個服務上:web服務和資料服務,web服務包括表現層,商務邏輯層和資料擷取層,資料服務包括資料層。詳細情況看圖:Architectural OverviewThe DotNetNuke architecture permits the application tiers to be distributed across two servers: the webserver and the
msn cartoon is terribly wonderful website, which we can create cartoon figures ourselves. 1st step, please type the url http://cartoon.msn.com.cn/ in address bar of webpages explorer and then; 2nd step, click the BEGIN CREATING button of mainpage
Private Sub SetTextBoxValue()Sub SetTextBoxValue(ByVal Page As Control, ByVal TextBoxValue As String) For Each ctl As Control In Page.Controls If TypeOf ctl Is TextBox Then CType(ctl, TextBox).Text = TextBoxValue
使用子控制項必須使用dataGrid的模板列,在模板列中選擇編輯模板,在ItemTemplate中添加要顯示的子控制項,此處用CheckBox做樣本。 看代碼: Dim i As Int32 Dim checkBox As checkBox For i = 0 To dgMsg.Items.Count - 1 checkBox = CType(dgMsg.
安裝環境:WINXP PRO SP2 SQL2005 VS2005按照《最完整的DNN 4.X 安裝攻略》以下幾個是我安裝所碰到的問題和解決方案1、初次安裝DotNetNuke4.x,安裝完後運行default.aspx出現could not found DotNetNuke_template.mdf?
Namespace OverviewPrior to DotNetNuke 3.0 the namespace overview would have been fairly concise, considering nearlyall classes fell under the root DotNetNuke namespace. In DotNetNuke 3.0, we brought structure to thenamespace hierarchy by completely