文件名称: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.
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
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.