.net core 多租户框架整理

Posted lhxsoft

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了.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

以上是关于.net core 多租户框架整理的主要内容,如果未能解决你的问题,请参考以下文章

具有 ASP.NET Core 3.0 和 EF Core 的多租户应用程序

用于具有单个回调 url 的多租户应用程序的 ASP.NET Core Google Auth?

Azure AD 多租户,.Net Core Web API 与 JWT 令牌

验证多租户 .Net Core Web API 应用程序的颁发者的适当位置

.NET CORE开源 DDD微服务 支持 多租户 单点登录 多级缓存自动任务分布式日志授权和鉴权 网关 注册与发现 系统架构 docker部署

Serenity框架官方文档翻译3.2(多租户)