关于[Building ASP.NET Core and EF Core multi-tenant apps – Part1: the database]的摘要:
This article focuses on setting up a database to use in a multi-tenant application so that each tenant’s data is separate from other tenants. The approach described uses ASP.NET Core, EF Core and the AuthP library.