.net core 多租户框架整理


一 saaskit
Asp.Net Core multi-tenant application Sample using #SaaSKit
https://github.com/saaskit/saaskit
http://benfoster.io/blog/tagged/saaskit
saaskit samples
https://github.com/janaks09/NetCoreSaaS/tree/0e1bdabaa8d52384448abe9834ef9798fd709e0d
https://github.com/saaskit/saaskit/tree/master/samples/AspNetSample


二 finbuckle
https://www.finbuckle.com/MultiTenant
https://github.com/Finbuckle/Finbuckle.MultiTenant
https://github.com/achandlerwhite/Finbuckle.MultiTenant/tree/master/test

三 Orchard Core Framework
http://www.cnblogs.com/linezero/p/8093234.html


https://github.com/orencomer/CMSCoreV2/blob/183febeaafbc5339a6a4faa6e8aa5536afde2fc5/CMSCoreV2/Data/ApplicationDbContext.cs

Aspect Oriented Boilerplate Application Framework
https://github.com/CanerPatir/Algorist/tree/ebe7d5bfadbf04502ef7be5c63dd74893a9c775c


webapi多租户框架 https://github.com/AndreasM009/aspnetcore_multitenantwebapp/tree/f9193c42c19e18e58a3aecdfe84b35020d355b23

多域名租户框架设计
https://github.com/AlexAslam/Multitenant_net_core/tree/02b6e6ca2a70b4ec424e83aafffbd3746f7cdc25
https://dotnetthoughts.net/building-multi-tenant-web-apps-with-aspnet-core/

https://github.com/cloudscribe/cloudscribe
https://github.com/AlexAslam/MultiTenant_net_core_MultiSchema/tree/0426b386862b3b883a06668ce6b295c63acff380
https://github.com/rafaelcruz-net/MultiTenant/tree/cb6a83847dfcdb76711e5175b0d4c360350b53b1/MultiTenantCore/src/MultiTenantCore

数据隔离:
https://github.com/mahpah/MultiTenants/tree/6370bd8f9123134ef598b17eb9c1ae8ecbd10597

下面都是.netcore的示例
https://github.com/anuraj/AspNetCoreSamples
https://github.com/MuNaiYi520/NetAbout/tree/b4b840d3c1b73abb97498ffc04b2cfab8aa84d30

猜你喜欢

转载自www.cnblogs.com/duanweishi/p/9250712.html