zoukankan      html  css  js  c++  java
  • .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

  • 相关阅读:
    python习题:操作mysql数据库,传入sql返回执行结果
    mysql-5.7.21-winx64.zip 下载安装
    Python用起来极度舒适的强大背后
    Python标准库映射类型与可散列数据类型的关系
    windows下《Go Web编程》之Go开发工具
    20行以内python代码画出各种减压图
    windows下《Go Web编程》之Go命令
    navicat连接Oracle数据库
    golang 报错illegal rune literal
    golang 缺少逗号报错问题
  • 原文地址:https://www.cnblogs.com/duanweishi/p/9250712.html
Copyright © 2011-2022 走看看