Multi-tenancy in ASP.NET MVC - Why do we want it? #saas #mvc
The core concept of a well written multi-tenant application is that you should have a single code base, and a number of configurations - where each configuration tells the runtime what functionality should be available and what the look/feel should be.
via codeofrob.com
Interested to follow this series by Rob Ashton on how multi-tenancy can be enabled via ASP.NET MVC specifically.