2015年12月1日
摘要: 來源ASP.NET Starter Kits 的 Portal 專案。用途上一篇類別定義的實作,以泛型集合為中介,將資料庫欄位內含值一一對應到物件屬性。原始碼這三段程式碼一般都是放在資料存取層(Data Access Layer),需要引用的參考和命名空間,與前一篇的大致相同,各位可自行排除多餘的引... 阅读全文
posted @ 2015-12-01 10:34 吉格艾諾 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 來源ASP.NET Starter Kits 的 Portal 專案。用途處理資料庫連接、計算資料筆數、返回各類資料集合(DataReader,DataSet,DataTable)。原始碼using System;using System.Collections.Generic;using Syst... 阅读全文
posted @ 2015-12-01 10:21 吉格艾諾 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 來源各大搜尋引擎及各地同行網友。用途幾種常見資料型別的轉換,此處僅列出已實作無誤的部份。原始碼using System;using System.Collections;using System.Collections.Generic;using System.Data;using System.D... 阅读全文
posted @ 2015-12-01 09:56 吉格艾諾 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 來源ASP.NET Starter Kits 的 Portal 專案。用途以泛型集合為中介,做資料庫欄位及物件屬性之映射。原始碼using System;using System.Collections.Generic;using System.ComponentModel;using System... 阅读全文
posted @ 2015-12-01 09:46 吉格艾諾 阅读(189) 评论(0) 推荐(0) 编辑