你的位置: 码友网首页 / 资讯源列表 / Writing Multitenant ASP.NET Core Applications

关于[Writing Multitenant ASP.NET Core Applications]的摘要:

A multitenant web application is one that responds differently depending on how it is addressed - the tenant. This kind of architecture has become very popular, because a single code base and deployment can serve many different tenants. In this post, I will present some of the concepts and challenges behind multitenant ASP.NET Core apps. Let's consider what it takes to write a multitenant ASP.NET Core app. For the sake of simplicity, let's consider two imaginary tenants, ABC and XYZ. We won't go into all that is involved in writing a multitenant app, but we will get a glimpse of all the relevant stuff that is involved in it.

原文地址: https://dzone.com/articles/writing-multitenant-aspnet-core-applications

收录时间: 2018-08-02 浏览量: 1832 分类: ASP.NET Core

| 0 收藏 | 0