关于[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