By tag: multi-tenancy
0
kicks
Multi-tenant ASP.NET MVC – Introduction
In this first post, I discuss what multi-tenancy means and how my implementation will be structured for use in ASP.NET MVC. Multi-tenancy is a technique used by many developers to increase IIS efficiency and reuse code. This is an introduction into some of the core elements of multi-tenancy and how ...