Ask HN: What is the best approach to build a SaaS Product with Multi-tenancy? So do you pick 1) Microsoft - ASP - MVC https://www.appseconnect.com/how-to-design-a-multi-tenant-application-with-asp-net-mvc/ Or using this guys SassKit http://benfoster.io/blog/saaskit-multi-tenancy-made-easy A Multi-Tenant (SaaS) Application With ASP.NET MVC, Angularjs, EntityFramework and ASP.NET Boilerplate https://www.codeproject.com/Articles/1043326/A-Multi-Tenant-SaaS-Application-With-ASP-NET-MVC-A 2) Django http://django-tenant-schemas.readthedocs.io/en/latest/ 3) Any other approaches? So I would like to know what sort of architectures some startup's have went with, and some of the challenges they hit by picking that approach? |