資源簡介
使用Asp.net Mvc EF框架從搭建到初步實現(xiàn)一個小的購物系統(tǒng)。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?SportsStore.Domain.Entities;
namespace?SportsStore.Domain.Abstract
{//創(chuàng)建一個存儲庫模式
????public?interface?IProductsRepository
????{//該接口使用了IQueryable接口,可以讓調(diào)用程序獲取一個Product對象序列,而不必說明從哪或如何獲取和接收數(shù)據(jù)。
????????IEnumerable?Products?{?get;?}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????83878??2018-06-27?17:02??SportsStore\.vs\config\applicationhost.config
????..A..H.????222720??2018-06-29?15:06??SportsStore\.vs\SportsStore\v14\.suo
?????文件?????121137??2018-06-28?09:06??SportsStore\packages\bootstrap.3.0.0\bootstrap.3.0.0.nupkg
?????文件??????16819??2013-08-24?16:05??SportsStore\packages\bootstrap.3.0.0\content\Content\bootstrap-theme.css
?????文件??????14996??2013-08-24?16:05??SportsStore\packages\bootstrap.3.0.0\content\Content\bootstrap-theme.min.css
?????文件?????120502??2013-09-13?16:05??SportsStore\packages\bootstrap.3.0.0\content\Content\bootstrap.css
?????文件??????97949??2013-09-13?16:05??SportsStore\packages\bootstrap.3.0.0\content\Content\bootstrap.min.css
?????文件??????14079??2013-09-13?16:05??SportsStore\packages\bootstrap.3.0.0\content\fonts\glyphicons-halflings-regular.eot
?????文件??????63157??2013-09-13?16:05??SportsStore\packages\bootstrap.3.0.0\content\fonts\glyphicons-halflings-regular.svg
?????文件??????29512??2013-09-13?16:05??SportsStore\packages\bootstrap.3.0.0\content\fonts\glyphicons-halflings-regular.ttf
?????文件??????16448??2013-09-13?16:05??SportsStore\packages\bootstrap.3.0.0\content\fonts\glyphicons-halflings-regular.woff
?????文件??????59250??2013-09-13?16:05??SportsStore\packages\bootstrap.3.0.0\content\sc
?????文件??????28518??2013-09-13?16:05??SportsStore\packages\bootstrap.3.0.0\content\sc
?????文件????????209??2017-10-23?13:15??SportsStore\packages\Entityfr
?????文件????????209??2017-10-23?13:15??SportsStore\packages\Entityfr
?????文件????4283636??2018-06-28?10:23??SportsStore\packages\Entityfr
?????文件????5003984??2017-10-23?13:15??SportsStore\packages\Entityfr
?????文件?????616656??2017-10-23?13:15??SportsStore\packages\Entityfr
?????文件?????148963??2017-10-23?13:15??SportsStore\packages\Entityfr
?????文件????3256661??2017-10-23?13:15??SportsStore\packages\Entityfr
?????文件????5225168??2017-10-23?13:15??SportsStore\packages\Entityfr
?????文件?????622288??2017-10-23?13:15??SportsStore\packages\Entityfr
?????文件?????158388??2017-10-23?13:15??SportsStore\packages\Entityfr
?????文件????3680079??2017-10-23?13:15??SportsStore\packages\Entityfr
?????文件???????1970??2017-10-23?13:15??SportsStore\packages\Entityfr
?????文件??????50384??2017-10-23?13:15??SportsStore\packages\Entityfr
?????文件??????13520??2017-10-23?13:15??SportsStore\packages\Entityfr
?????文件??????24836??2017-10-23?13:15??SportsStore\packages\Entityfr
?????文件??????44793??2017-10-23?13:15??SportsStore\packages\Entityfr
?????文件??????10028??2017-10-23?13:15??SportsStore\packages\Entityfr
............此處省略498個文件信息
評論
共有 條評論