CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序

文件名称:EfCoreForEnterprise-master

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2016-12-30
  • 文件大小:
    70.83kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

The design for enterprise architect is a common question in software development and how we can solve this issue in the best way following best practices.



In this guide, we ll take a look at the common requirements for design of enterprise architect.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

EfCoreForEnterprise-master/
EfCoreForEnterprise-master/.gitignore
EfCoreForEnterprise-master/Code/
EfCoreForEnterprise-master/Code/Store/
EfCoreForEnterprise-master/Code/Store/Store.sln
EfCoreForEnterprise-master/Code/Store/build.bat
EfCoreForEnterprise-master/Code/Store/global.json
EfCoreForEnterprise-master/Code/Store/mock.bat
EfCoreForEnterprise-master/Code/Store/restoredb.bat
EfCoreForEnterprise-master/Code/Store/src/
EfCoreForEnterprise-master/Code/Store/src/Store.API/
EfCoreForEnterprise-master/Code/Store/src/Store.API/Attributes/
EfCoreForEnterprise-master/Code/Store/src/Store.API/Attributes/CustomExceptionFilterAttribute.cs
EfCoreForEnterprise-master/Code/Store/src/Store.API/Controllers/
EfCoreForEnterprise-master/Code/Store/src/Store.API/Controllers/SalesController.cs
EfCoreForEnterprise-master/Code/Store/src/Store.API/Extensions/
EfCoreForEnterprise-master/Code/Store/src/Store.API/Extensions/OrderViewModelExtensions.cs
EfCoreForEnterprise-master/Code/Store/src/Store.API/Extensions/ResponseExtensions.cs
EfCoreForEnterprise-master/Code/Store/src/Store.API/Extensions/ViewModelsExtensions.cs
EfCoreForEnterprise-master/Code/Store/src/Store.API/Program.cs
EfCoreForEnterprise-master/Code/Store/src/Store.API/Project_Readme.html
EfCoreForEnterprise-master/Code/Store/src/Store.API/Properties/
EfCoreForEnterprise-master/Code/Store/src/Store.API/Properties/launchSettings.json
EfCoreForEnterprise-master/Code/Store/src/Store.API/Startup.cs
EfCoreForEnterprise-master/Code/Store/src/Store.API/Store.API.xproj
EfCoreForEnterprise-master/Code/Store/src/Store.API/ViewModels/
EfCoreForEnterprise-master/Code/Store/src/Store.API/ViewModels/CreateOrderViewModel.cs
EfCoreForEnterprise-master/Code/Store/src/Store.API/ViewModels/CustomerViewModel.cs
EfCoreForEnterprise-master/Code/Store/src/Store.API/ViewModels/EmployeeViewModel.cs
EfCoreForEnterprise-master/Code/Store/src/Store.API/ViewModels/OrderDetailViewModel.cs
EfCoreForEnterprise-master/Code/Store/src/Store.API/ViewModels/OrderViewModel.cs
EfCoreForEnterprise-master/Code/Store/src/Store.API/ViewModels/ProductViewModel.cs
EfCoreForEnterprise-master/Code/Store/src/Store.API/ViewModels/ShipperViewModel.cs
EfCoreForEnterprise-master/Code/Store/src/Store.API/appsettings.json
EfCoreForEnterprise-master/Code/Store/src/Store.API/project.json
EfCoreForEnterprise-master/Code/Store/src/Store.API/web.config
EfCoreForEnterprise-master/Code/Store/src/Store.Core/
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/AddOrderWithDiscontinuedProductException.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/BusinessObject.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/Contracts/
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/Contracts/IBusinessObject.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/Contracts/IHumanResourcesBusinessObject.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/Contracts/IProductionBusinessObject.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/Contracts/ISalesBusinessObject.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/DuplicatedProductNameException.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/HumanResourcesBusinessObject.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/NonExistingProductException.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/ProductionBusinessObject.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/Requests/
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/Requests/CreateOrderRequest.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/Requests/CreateOrderViewModel.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/Requests/ICreateOrderRequest.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/Requests/IRequest.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/ResponseExtensions.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/Responses/
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/Responses/IListModelResponse.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/Responses/IResponse.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/Responses/ISingleModelResponse.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/Responses/ListModelResponse.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/Responses/SingleModelResponse.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/SalesBusinessObject.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/BusinessLayer/StoreException.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/Common/
EfCoreForEnterprise-master/Code/Store/src/Store.Core/Common/ILog.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core/Common/Log.cs
EfCoreForEnterprise-master/Code/Store/src/Store.Core

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com