資源簡介
完整的asp.net電子商務網站源碼
包括電子商務網站所有基本功能
一、后臺管理員系統要實現的功能:(一)商品的管理(如:產品的上下架等)(二)交易管理(如訂單處理等):(三)信息管理:(產品的購買次數和瀏覽次數,企業介紹、新聞動態、產品展示等)(四)操作管理(如留言回復,投訴管理及一些文字說明公告的發布等)(五)會員管理(用戶資料信息和積分等管理)(六)帳戶管理(用戶余額管理)(七)送貨/配貨/出貨管理:
二、交易系統要實現的功能:(一)產品查詢(二)購物車
三、用戶系統:(一)注冊/登錄/游客(二)用戶信息/密碼的修改(三)商品的查詢、購買(四)留言和評價(五)定單的處理(如:撤消/查詢定單的狀態 等)(六)個人帳戶:(充值/提現等)(七)商品的缺貨登記/收藏/推薦(八)積分管理
四、在線支付系統(結算中心):一、貨到付款(深圳關內)二、網上銀行轉帳,三、支付寶支付

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.ComponentModel;
using?Jiaen.Components;
using?Jiaen.Components.IDAL;
using?Jiaen.SQLServerDAL;
namespace?Jiaen.BLL
{
????[DataobjectAttribute]
???public?class?Category
????{
???????private?static?readonly?ICategory?categorys?=?DataAccess.CreateCategory();
???????///?
???????///?獲取分類圖書
???????///?
???????///?
???????public?static?IList?GetCategory(CategoryType?categoryType?int?categoryID)
???????{
???????????return?categorys.GetCategory(categoryType?categoryID);
???????}
???????///?
???????///?獲取同類分類
???????///?
???????///?
???????public?static?IList?GetSameCategory(int?parentID)
???????{
???????????return?categorys.GetSameCategory(parentID);
???????}
???????///?
???????///?新增分類
???????///?
???????///?
???????public?static?void?InsertCategory(CategoryInfo?category)
???????{
???????????categorys.InsertCategory(category);
???????}
???????///?
???????///?更新分類
???????///?
???????///?
???????public?static?int?UpdateCategory(CategoryInfo?category)
???????{
???????????return?categorys.UpdateCategory(category);
???????}
???????public?static?int?DeleteCategory(int?categoryId)
???????{
???????????return?categorys.DeleteCategory(categoryId);
???????}
???????///?
???????///?獲取特定分類
???????///?
???????///?
???????public?static?CategoryInfo?GetCategoryByID(int?categoryID)
???????{
???????????return?categorys.GetCategoryByID(categoryID);
???????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1902??2007-06-20?14:37??BLL\51aspx源碼必讀.txt
????..A.SHR?????????9??2007-01-19?19:26??BLL\bin\Debug\Desktop_.ini
?????文件??????36864??2007-01-25?13:16??BLL\bin\Debug\Jiaen.BLL.dll
?????文件?????103936??2007-01-25?13:16??BLL\bin\Debug\Jiaen.BLL.pdb
?????文件??????81920??2007-01-25?13:16??BLL\bin\Debug\Jiaen.Components.dll
?????文件?????255488??2007-01-25?13:16??BLL\bin\Debug\Jiaen.Components.pdb
?????文件??????77824??2007-01-25?13:16??BLL\bin\Debug\Jiaen.SQLServerDAL.dll
?????文件?????151040??2007-01-25?13:16??BLL\bin\Debug\Jiaen.SQLServerDAL.pdb
?????目錄??????????0??2007-05-16?17:06??BLL\bin\Debug
????..A.SHR?????????9??2007-01-19?19:26??BLL\bin\Desktop_.ini
????..A.SHR?????????9??2007-01-19?19:26??BLL\bin\Release\Desktop_.ini
?????文件??????32768??2007-01-23?14:20??BLL\bin\Release\Jiaen.BLL.dll
?????文件??????95744??2007-01-23?14:20??BLL\bin\Release\Jiaen.BLL.pdb
?????文件??????73728??2007-01-23?14:20??BLL\bin\Release\Jiaen.Components.dll
?????文件?????222720??2007-01-23?14:20??BLL\bin\Release\Jiaen.Components.pdb
?????文件??????77824??2007-01-23?14:20??BLL\bin\Release\Jiaen.SQLServerDAL.dll
?????文件?????136704??2007-01-23?14:20??BLL\bin\Release\Jiaen.SQLServerDAL.pdb
?????目錄??????????0??2007-05-16?17:06??BLL\bin\Release
?????目錄??????????0??2007-05-16?17:06??BLL\bin
?????文件???????3420??2007-01-25?13:16??BLL\BLL.csproj
?????文件???????4734??2007-01-20?12:33??BLL\book\Book.cs
?????文件???????1671??2006-10-26?13:00??BLL\book\BookCatena.cs
????..A.SHR?????????9??2007-01-19?19:26??BLL\book\Desktop_.ini
?????文件???????1235??2007-01-23?14:16??BLL\book\FavBook.cs
?????文件???????1792??2006-12-13?11:07??BLL\book\Publish.cs
?????文件???????1731??2006-10-26?12:22??BLL\book\Review.cs
?????目錄??????????0??2007-05-16?17:06??BLL\book
?????文件???????1785??2006-11-21?14:47??BLL\Category.cs
????..A.SHR?????????9??2007-01-19?19:26??BLL\Desktop_.ini
?????文件???????1746??2006-12-11?22:12??BLL\DownClass.cs
............此處省略2221個文件信息
- 上一篇:C#MyQQ增強版
- 下一篇:C#并發編程經典-高清PDF(圖靈2015年出版的)
評論
共有 條評論