.net core 多租户框架整理

摘要:
一个saaskitAsp。使用#SaaSK的NetCoremoti租户应用程序示例ithttps://github.com/saaskit/saaskithttp://benfoster.io/blog/tagged/saaskitsaaskitsampleshttps://github.com/janaks09/NetCoreSaaS/tree/0e1bdab

一 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 多租户框架整理》仅用于学习参考。如对内容有疑问,请及时联系本站处理。

上篇【插件笔记】两款短小精悍的滚动插件eclipse里不支持泛型的解决方法下篇

宿迁高防,2C2G15M,22元/月;香港BGP,2C5G5M,25元/月 雨云优惠码:MjYwNzM=

相关文章

CRL快速开发框架系列教程十三(嵌套查询)

本系列目录 CRL快速开发框架系列教程一(Code First数据表不需再关心) CRL快速开发框架系列教程二(基于Lambda表达式查询) CRL快速开发框架系列教程三(更新数据) CRL快速开发框架系列教程四(删除数据) CRL快速开发框架系列教程五(使用缓存) CRL快速开发框架系列教程六(分布式缓存解决方案) CRL快速开发框架系列教程七(使用事...

TargetFrameworks输出多版本类库,SDK 样式项目中的目标框架

https://docs.microsoft.com/zh-cn/dotnet/standard/frameworks#net-5-os-specific-tfms https://docs.microsoft.com/zh-cn/dotnet/standard/frameworks#net-5-os-specific-tfms TargetFramewo...

mysql-community-server-5.7.24 & 5.7.31 (5.6.35 升级到 5.7.24)

阶段1: rpm -qa | grep mysql wget https://cdn.mysql.com/archives/mysql-5.7/mysql-5.7.24-1.el6.x86_64.rpm-bundle.tar wget https://cdn.mysql.com/archives/mysql-5.7/mysql-community-serv...

Android DeepLink 深度链接技术实现

一、DeepLink 技术介绍 DeepLink,即为深度链接技术,主要应用场景是通过Web页面直接调用Android原生app,并且把需要的参数通过Uri的形式,直接传递给app,节省用户的注册成本。 DeepLink 通常运用于App社交分享、App广告引流、App裂变活动、Web to App、分享效果统计、沉默用户唤醒等场景,对广告引流、活动推广、...

怒肝半月!Python 学习路线+资源大汇总

Python 学习路线 by 鱼皮。 原创不易,请勿抄袭,违者必究! 大家好,我是鱼皮,肝了十天左右的 Python 学习路线终于来了~ 和之前一样,在看路线前,建议大家先通过以下视频了解几个问题: Python 为什么这么火? 为什么都在说学 Python 找不到工作?Python 真香么? 我要学 Python 么? 怎么快速学习? 视频地址:...

Fiddler微信公众号列表、浏览/查看量、评论数据抓取

按之前的文章我们已经可以获取app及网页的https/http请求的json数据:https://www.cnblogs.com/i-love-python/p/11505669.html 在此基础上可对微信公众号文章数据进行抓取。包括列表、浏览查看量、评论数据。(无需编码登录认证,不会封号) 列表数据: 列表数据获取 列表为每个公众号历史数据入口,如图红...