- AskAnswerOnline 本系统以ASP.NET2.0技术为蓝本
- Ajax-top10security ajax十大安全技术
- E3.02_sum.of.chgs DRAFT FINAL ENVIRONMENTAL IMPACT REPORT
- lsbhide lsb信息隐藏算法
- 反算NURBS曲线插值控制点并计算NURBS插值曲线 对于给定的数个离散数据点
- 拉格朗日松弛法的机组组合 用拉格朗日松弛法编写的matlab电力系统机组组合程序(Matlab power system unit commitment program written by Lagrange relaxation method)
文件名称: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.