.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 多租户框架整理的更多相关文章
- Orchard Core Framework:ASP.NET Core 模块化,多租户框架
Orchard Core Framework:ASP.NET Core 模块化,多租户框架 上一篇编写Orchard Core一分钟搭建ASP.NET Core CMS ,介绍ASP.NET Core ...
- NET Core 模块化,多租户框架
NET Core 模块化,多租户框架 Orchard Core Framework:ASP.NET Core 模块化,多租户框架 上一篇编写Orchard Core一分钟搭建ASP.NET Core ...
- .NET平台常用的框架整理
基于.NET平台常用的框架整理 DotNet | 2016-03-31 17:13 (点击上方蓝字,可快速关注我们) 来源:天使不哭 链接:http://www.cnblogs.com/hgmyz/p ...
- Core Animation之框架简介(一)
Core Animation之框架简介(一) 作者:wangzz 原文地址:http://blog.csdn.net/wzzvictory/article/details/11180241 转载请注明 ...
- 基于.NET平台常用的框架整理<转载>
转载来自:http://www.cnblogs.com/hgmyz/p/5313983.html 基于.NET平台常用的框架整理 自从学习.NET以来,优雅的编程风格,极度简单的可扩展性,足够强大 ...
- .NET平台常用框架整理
基于.NET平台常用的框架整理 转自:http://www.cnblogs.com/hgmyz/p/5313983.html 首先谢谢楼主,以后备用 自从学习.NET以来,优雅的编程风格,极度简单 ...
- Exceptionless - .Net Core开源日志框架
Exceptionless - .Net Core开源日志框架 作者:markjiang7m2 原文地址:https://www.cnblogs.com/markjiang7m2/p/11020140 ...
- Net Core开源日志框架
Net Core开源日志框架 Exceptionless - .Net Core开源日志框架 作者:markjiang7m2原文地址:https://www.cnblogs.com/markjiang ...
- 基于.NET平台常用的框架整理(转)
基于.NET平台常用的框架整理 分布式缓存框架: Microsoft Velocity:微软自家分布式缓存服务框架. Memcahed:一套分布式的高速缓存系统,目前被许多网站使用以提升网站的访问 ...
随机推荐
- LeetCode算法题-Max Consecutive Ones(Java实现)
这是悦乐书的第242次更新,第255篇原创 01 看题和准备 今天介绍的是LeetCode算法题中Easy级别的第109题(顺位题号是485).给定二进制数组,找到此数组中连续1的最大数量.例如: 输 ...
- scheme实现最基本的自然数下的运算
版权申明:本文为博主窗户(Colin Cai)原创,欢迎转帖.如要转贴,必须注明原文网址 http://www.cnblogs.com/Colin-Cai/p/9123363.html 作者:窗户 Q ...
- topjui中combobox使用
1.创建combobox的方法 常用的一种是通过Js定义,一种是通过在input输入框中定义,还有一种通过在selete标签中定义,可以去看easyui的官方文档 http://www.jeasyui ...
- MySQL常用日期时间函数
日期和时间函数: MySQL服务器中的三种时区设置: ①系统时区---保存在系统变量system_time_zone ②服务器时区---保存在全局系统变量global.time_zone ③每个客户端 ...
- Spring Security(三十七):Part IV. Web Application Security
Most Spring Security users will be using the framework in applications which make user of HTTP and t ...
- Spring Security(三十三):10.3 Password Encoding
Spring Security’s PasswordEncoder interface is used to support the use of passwords which are encode ...
- SegNet 理解与文章结构
SegNet: A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation 发表于2016年,作者 Vijay B ...
- 【Topcoder 1879】Scheduling
题意:给一个\(dag\),每一个点有一个访问时间. 现在可以同时访问两个点,但当连向这个点的所有点都被访问完成后才可以访问这个点. 问最短访问时间. 思路:一眼贪心.可惜是错的. 第二眼暴搜.就这么 ...
- VUE中 style scoped 修改原有样式
作用域CSS 当<style>标记具有该scoped属性时,其CSS将仅应用于当前组件的元素.这类似于Shadow DOM中的样式封装.它有一些警告,但不需要任何polyfill.通过使用 ...
- JS 禁止Ctrl+C + 禁止右键操作
<script type="text/javascript"> document.oncontextmenu = new Function("return f ...