資源簡介
七層架構,帶SQL數據庫
代碼片段和文件信息
#region?About?us
/*
版權所有?(C)?2004-2006?Taeheesoft?Organization.?保留所有權利。
作者:taeheelive@hotmail.com
博客:http://taeheelive.cnblogs.com/
更新日期:2006-9-27
注意:作者擁有全部的版權和最終的解釋權利。
?*?本架構的代碼完全是原創編寫,思想來自我的項目經驗積累和網絡學習。
?*?主要的技術原理來自Microsoft?.NET?Pet?Shop?4.0。
?*?實現了N層的中小企業管理系統模型。
?*?本著我為人人,人人為我的精神,開放源代碼。與大家一起學習,進步。
?*?禁止非授權的,修改、傳播本源代碼的商業行為!!
?*?如果有引用不當或者雷同的地方,請來信告知,我會盡快處理,謝謝。?
運行環境:Microsoft?Visual?Studio?2005,Microsoft?SQL?Server?2000。
警告:本計算機程序受版權法和國際條約保護。如未經授權而擅自復制或傳播
本程序(或其中任何部門),將受到嚴厲的民事和刑事制裁,并將在法律許可的
最大限度內受到起訴。
?*/
#endregion
using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Data;
using?Taeheesoft.DALFactory;
using?Taeheesoft.IDAL;
using?Taeheesoft.Model;
//??Business?Logic?Tier
namespace?Taeheesoft.BLL
{
????///?
???
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????16384??2006-09-28?10:56??TaeheesoftPress20060927\BLL\bin\Debug\PetShop4.BLL.dll
?????文件??????13824??2006-09-28?10:56??TaeheesoftPress20060927\BLL\bin\Debug\PetShop4.BLL.pdb
?????文件??????16384??2006-09-28?10:56??TaeheesoftPress20060927\BLL\bin\Debug\PetShop4.DALFactory.dll
?????文件??????11776??2006-09-28?10:56??TaeheesoftPress20060927\BLL\bin\Debug\PetShop4.DALFactory.pdb
?????文件??????16384??2006-09-28?10:56??TaeheesoftPress20060927\BLL\bin\Debug\PetShop4.IDAL.dll
?????文件???????7680??2006-09-28?10:56??TaeheesoftPress20060927\BLL\bin\Debug\PetShop4.IDAL.pdb
?????文件??????16384??2006-09-28?10:56??TaeheesoftPress20060927\BLL\bin\Debug\PetShop4.Model.dll
?????文件??????13824??2006-09-28?10:56??TaeheesoftPress20060927\BLL\bin\Debug\PetShop4.Model.pdb
?????目錄??????????0??2006-09-28?10:56??TaeheesoftPress20060927\BLL\bin\Debug
?????文件??????16384??2006-09-28?10:56??TaeheesoftPress20060927\BLL\bin\Release\PetShop4.BLL.dll
?????文件??????13824??2006-09-28?10:56??TaeheesoftPress20060927\BLL\bin\Release\PetShop4.BLL.pdb
?????文件??????16384??2006-09-28?10:56??TaeheesoftPress20060927\BLL\bin\Release\PetShop4.DALFactory.dll
?????文件??????11776??2006-09-28?10:56??TaeheesoftPress20060927\BLL\bin\Release\PetShop4.DALFactory.pdb
?????文件??????16384??2006-09-28?10:56??TaeheesoftPress20060927\BLL\bin\Release\PetShop4.IDAL.dll
?????文件???????7680??2006-09-28?10:56??TaeheesoftPress20060927\BLL\bin\Release\PetShop4.IDAL.pdb
?????文件??????16384??2006-09-28?10:56??TaeheesoftPress20060927\BLL\bin\Release\PetShop4.Model.dll
?????文件??????13824??2006-09-28?10:56??TaeheesoftPress20060927\BLL\bin\Release\PetShop4.Model.pdb
?????目錄??????????0??2006-09-27?16:19??TaeheesoftPress20060927\BLL\bin\Release
?????目錄??????????0??2006-09-27?16:18??TaeheesoftPress20060927\BLL\bin
?????文件???????2520??2006-09-27?13:28??TaeheesoftPress20060927\BLL\BLL.csproj
?????文件???????4571??2006-09-28?09:29??TaeheesoftPress20060927\BLL\Demo.cs
?????文件????????706??2006-09-28?10:56??TaeheesoftPress20060927\BLL\obj\BLL.csproj.FileList.txt
?????文件??????16384??2006-09-28?10:56??TaeheesoftPress20060927\BLL\obj\Debug\PetShop4.BLL.dll
?????文件??????13824??2006-09-28?10:56??TaeheesoftPress20060927\BLL\obj\Debug\PetShop4.BLL.pdb
?????文件??????16384??2006-09-27?16:54??TaeheesoftPress20060927\BLL\obj\Debug\Refactor\PetShop4.BLL.dll
?????目錄??????????0??2006-09-27?16:54??TaeheesoftPress20060927\BLL\obj\Debug\Refactor
?????目錄??????????0??2006-09-27?16:06??TaeheesoftPress20060927\BLL\obj\Debug\TempPE
?????目錄??????????0??2006-09-28?10:15??TaeheesoftPress20060927\BLL\obj\Debug
?????文件??????16384??2006-09-28?10:56??TaeheesoftPress20060927\BLL\obj\Release\PetShop4.BLL.dll
?????文件??????13824??2006-09-28?10:56??TaeheesoftPress20060927\BLL\obj\Release\PetShop4.BLL.pdb
............此處省略227個文件信息
- 上一篇:C# 198個winform
- 下一篇:NET常用公共類庫 (嚴重贊)
評論
共有 條評論