Tagged: asp.net core

2

ASP.NET Core and Multi-Tenant Applications

Developing multi-tenant applications is a common requirement for developers and it basically means serving multiple web sites based on their host names from a single installation. Below is some information regarding how it should work and what the ASP.NET Core lacks. The post below is taken from a comment I posted on GitHub. For joining the discussion, please visit the...