# QIQO.Business.Services.Solution
### This includes DAL, WCF, Business Engines, and more
This solution is the core to the overall QIQO solution. This is where the WCF services are hosted. This depends on the [QIQO.Database][13] for data, stored procedures, and such.
This solution can be hosted via the [QIQO.ConsoleHost][9], which is good for development and testing, or the [QIQO.WindowsServiceHost][12], which is the best approach for a production environment.
- [QIQO.Business.Bootstrapper][1] - The Unity bootstrapper assembly
- [QIQO.Business.Contracts][2] - The interface assembly containing most of the contracts
- [QIQO.Business.Engines][3] – The business engines and entity services
- [QIQO.Business.Services][4] – The WCF services
- [QIQO.CodeLogic.Test][5] – Unit tests
- [QIQO.Common.Contracts][6] – Common contracts (interfaces) that can be use outside of this solution if needed
- [QIQO.Common.Core][7] – Common code that can be shared with other solutions
- [QIQO.Common.Entities][8] – Business entities (POCOs)
- [QIQO.ConsoleHost][9] – Console host assembly
- [QIQO.Data.Entities][10] – Data entities (DTO POCOs)
- [QIQO.Data][11] – The data access layer; data contexts, repositories, mappers
- [QIQO.WindowsServiceHost][12] – Windows host assembly
[1]: https://github.com/rdrrichards/QIQO.Business.Services.Solution/tree/master/QIQO.Business.Bootstrapper
[2]: https://github.com/rdrrichards/QIQO.Business.Services.Solution/tree/master/QIQO.Business.Contracts
[3]: https://github.com/rdrrichards/QIQO.Business.Services.Solution/tree/master/QIQO.Business.Engines
[4]: https://github.com/rdrrichards/QIQO.Business.Services.Solution/tree/master/QIQO.Business.Services
[5]: https://github.com/rdrrichards/QIQO.Business.Services.Solution/tree/master/QIQO.CodeLogic.Test
[6]: https://github.com/rdrrichards/QIQO.Business.Services.Solution/tree/master/QIQO.Common.Contracts
[7]: https://github.com/rdrrichards/QIQO.Business.Services.Solution/tree/master/QIQO.Common.Core
[8]: https://github.com/rdrrichards/QIQO.Business.Services.Solution/tree/master/QIQO.Common.Entities
[9]: https://github.com/rdrrichards/QIQO.Business.Services.Solution/tree/master/QIQO.ConsoleHost
[10]: https://github.com/rdrrichards/QIQO.Business.Services.Solution/tree/master/QIQO.Data.Entities
[11]: https://github.com/rdrrichards/QIQO.Business.Services.Solution/tree/master/QIQO.Data
[12]: https://github.com/rdrrichards/QIQO.Business.Services.Solution/tree/master/QIQO.WindowsServiceHost
[13]: https://github.com/rdrrichards/QIQO.Database
没有合适的资源?快使用搜索试试~ 我知道了~
QIQO.Business.Services.Solution:QIQO服务解决方案-WCF,SimpleInjector,DA...
共455个文件
cs:422个
config:14个
csproj:12个
需积分: 5 0 下载量 36 浏览量
2021-05-24
23:17:32
上传
评论
收藏 365KB ZIP 举报
温馨提示
QIQO.Business.Services.Solution 这包括DAL,WCF,业务引擎等 该解决方案是整个QIQO解决方案的核心。 这是WCF服务的托管位置。 这取决于的数据,存储过程等。 可以通过适用于开发和测试的或适用于生产环境的最佳方法托管此解决方案。 -Unity引导程序程序集 包含大多数合同的接口程序集 –业务引擎和实体服务 – WCF服务 –单元测试 –可以在此解决方案之外使用的通用合同(接口) –可以与其他解决方案共享的通用代码 –商业实体(POCO) –控制台主机程序集 –数据实体(DTO POCO) –数据访问层; 数据上下文,存储库,映射器 QIQO.WindowsServiceHost – Windows主机程序集
资源推荐
资源详情
资源评论
收起资源包目录
QIQO.Business.Services.Solution:QIQO服务解决方案-WCF,SimpleInjector,DAL,控制台和Windows主机-源码 (455个子文件)
TypeClasses.cd 4KB
App.config 18KB
App.config 17KB
app.config 1KB
app.config 524B
app.config 524B
app.config 524B
packages.config 472B
packages.config 230B
packages.config 230B
packages.config 230B
packages.config 208B
packages.config 139B
packages.config 139B
packages.config 139B
AccountBusinessEngine.cs 21KB
OrderBusinessEngine.cs 15KB
CompanyBusinessEngineTests.cs 15KB
UnityLoader.cs 14KB
ProductBusinessEngineTests.cs 14KB
IocLoader.cs 14KB
OrderBusinessEngineTests.cs 13KB
AccountServiceTests.cs 13KB
IdentityUserBusinessEngine.cs 13KB
InvoiceBusinessEngine.cs 12KB
TypeServiceTests.cs 12KB
EmployeeBusinessEngine.cs 12KB
AddressServiceTests.cs 11KB
AccountBusinessEngineTests.cs 10KB
Program.cs 9KB
CompanyBusinessEngine.cs 9KB
DBContextBase.cs 9KB
IdentityUserService.cs 8KB
Enums.cs 8KB
Logger.cs 8KB
InvoiceItemMap.cs 7KB
EntityServices.cs 7KB
EntityEntityBusinessEngine.cs 7KB
EntityPersonBusinessEngine.cs 7KB
OrderEntityService.cs 7KB
WindowsServiceHost.cs 7KB
EntityPersonRepository.cs 7KB
ProductBusinessEngine.cs 7KB
EntityProductBusinessEngine.cs 7KB
UserSessionBusinessEngine.cs 7KB
OrderItemMap.cs 7KB
OrderHeaderRepository.cs 7KB
PersonBusinessEngine.cs 6KB
VendorBusinessEngine.cs 6KB
InvoiceMap.cs 6KB
AddressMap.cs 6KB
AccountRepository.cs 6KB
OrderHeaderMap.cs 6KB
UserSessionMap.cs 6KB
InvoiceRepository.cs 6KB
AccountService.cs 6KB
LedgerTxnMap.cs 6KB
PersonEntityService.cs 6KB
LedgerTxnBusinessEngine.cs 6KB
IIdentityUserService.cs 6KB
PersonRepository.cs 5KB
LedgerBusinessEngine.cs 5KB
InvoiceEntityService.cs 5KB
EntityPersonMap.cs 5KB
FeeScheduleRepository.cs 5KB
FeeScheduleMap.cs 5KB
EntityEntityMap.cs 5KB
ChartOfAccountsBusinessEngine.cs 5KB
AccountEmployeeBusinessEngine.cs 5KB
UserMapper.cs 5KB
FeeScheduleBusinessEngine.cs 5KB
ChartOfAccountsRepository.cs 5KB
CompanyRepository.cs 5KB
TypeService.cs 5KB
AuditLogMap.cs 5KB
Log.cs 5KB
InvoiceItemRepository.cs 5KB
AccountMap.cs 4KB
AttributeTypeMap.cs 4KB
EntityProductRepository.cs 4KB
ProductMap.cs 4KB
AttributeTypeRepository.cs 4KB
AuditLogBusinessEngine.cs 4KB
AttributeRepository.cs 4KB
ContactTypeRepository.cs 4KB
CommentTypeRepository.cs 4KB
ProductTypeRepository.cs 4KB
ChartOfAccountsMap.cs 4KB
AttributeMap.cs 4KB
CommentRepository.cs 4KB
PersonTypeRepository.cs 4KB
ContactRepository.cs 4KB
AddressRepository.cs 4KB
OrderItemRepository.cs 4KB
EntityProductMap.cs 4KB
PersonMap.cs 4KB
EntityAttributeBusinessEngine.cs 4KB
ContactMap.cs 4KB
IdentityRoleBusinessEngine.cs 4KB
ProductRepository.cs 4KB
共 455 条
- 1
- 2
- 3
- 4
- 5
资源评论
温暖如故
- 粉丝: 24
- 资源: 4642
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功