資源簡介
本項目結合EF 4.3及WCF實現了經典三層架構,各層面向接口,WCF實現SOA,Repository封裝調用,在此基礎上實現了WCFContext,動態服務調用及一個分頁的實例。
代碼片段和文件信息
using?System;
using?EasyEF.Contract;
using?System.Collections.Generic;
using?EasyEF.Models;
using?EasyEF.IDAL;
using?System.Linq.expressions;
using?EasyEF.Common;
using?EasyEF.WCFExtension;
namespace?EasyEF.BLL
{
????public?class?Service?:?IService
????{
????????public?IDAO?dao;
????????
????????public?Service()
????????{
????????????//Need?to?inject?dynamic?later
????????????this.dao?=?new?EasyEF.DAL.DAO();
????????}
????????public?PagedList?GetProducts(int?pageSize?int?pageIndex?int?categoryId?=?0)
????????{
????????????//Test?WCFContext
????????????var?context?=?WCFContext.Current.Operater;
????????????
????????????return?this.dao.FindAllByPage(p?=>?categoryId?==?0???true?:?p.CategoryId?==?categoryId?p?=>?p.Id?pageSize?pageIndex);
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????1060640??2012-08-21?21:35??EasyEF\Binaries\Entityfr
?????文件????????269??2010-06-02?16:54??EasyEF\DeleteBin.bat
?????文件???????3294??2012-08-23?12:22??EasyEF\EasyEF.BLL\EasyEF.BLL.csproj
?????文件???????1442??2012-08-22?09:53??EasyEF\EasyEF.BLL\Properties\AssemblyInfo.cs
?????文件????????825??2012-08-23?12:21??EasyEF\EasyEF.BLL\Service.cs
?????文件???????2127??2012-08-22?17:30??EasyEF\EasyEF.Common\EasyEF.Common.csproj
?????文件????????203??2012-08-22?09:53??EasyEF\EasyEF.Common\IPagedList.cs
?????文件???????2108??2012-08-22?09:53??EasyEF\EasyEF.Common\PagedList.cs
?????文件???????1448??2012-08-22?09:53??EasyEF\EasyEF.Common\Properties\AssemblyInfo.cs
?????文件???????2561??2012-08-22?09:53??EasyEF\EasyEF.Contract\EasyEF.Contract.csproj
?????文件????????368??2012-08-22?09:53??EasyEF\EasyEF.Contract\IService.cs
?????文件???????1452??2012-08-22?09:53??EasyEF\EasyEF.Contract\Properties\AssemblyInfo.cs
?????文件???????4521??2012-08-22?09:53??EasyEF\EasyEF.Controls\CheckBoxList.cs
?????文件???????2936??2012-08-22?09:53??EasyEF\EasyEF.Controls\EasyEF.Controls.csproj
?????文件???????2882??2012-08-22?09:53??EasyEF\EasyEF.Controls\HtmlPrefixScope.cs
?????文件??????29422??2012-08-22?09:53??EasyEF\EasyEF.Controls\MvcPager\PagerBuilder.cs
?????文件??????19154??2012-08-22?09:53??EasyEF\EasyEF.Controls\MvcPager\PagerHelper.cs
?????文件????????849??2012-08-22?09:53??EasyEF\EasyEF.Controls\MvcPager\PagerItem.cs
?????文件???????7920??2012-08-22?09:53??EasyEF\EasyEF.Controls\MvcPager\PagerOptions.cs
?????文件???????1452??2012-08-22?09:53??EasyEF\EasyEF.Controls\Properties\AssemblyInfo.cs
?????文件???????2772??2012-08-22?09:53??EasyEF\EasyEF.Controls\RadioBoxList.cs
?????文件????????157??2012-08-22?10:05??EasyEF\EasyEF.DAL\DAO.cs
?????文件???????2024??2012-08-22?10:06??EasyEF\EasyEF.DAL\Daoba
?????文件????????438??2012-08-22?09:53??EasyEF\EasyEF.DAL\DbContext.cs
?????文件???????3077??2012-08-22?10:06??EasyEF\EasyEF.DAL\EasyEF.DAL.csproj
?????文件???????1442??2012-08-22?09:53??EasyEF\EasyEF.DAL\Properties\AssemblyInfo.cs
?????文件???????2346??2012-08-22?09:53??EasyEF\EasyEF.IDAL\EasyEF.IDAL.csproj
?????文件????????149??2012-08-22?09:53??EasyEF\EasyEF.IDAL\IDAO.cs
?????文件????????644??2012-08-22?09:53??EasyEF\EasyEF.IDAL\IRepository.cs
?????文件???????1444??2012-08-22?09:53??EasyEF\EasyEF.IDAL\Properties\AssemblyInfo.cs
............此處省略81個文件信息
評論
共有 條評論