I originally wrote my Ruby on Rails application for one client. Now, I am changing it so that it can be used for different clients. My end-goal is that some user (not me) can click a button and create
This is quite a heavy list of requirements, but I wonder if anyone here has any ideas I can investigate for this.
I\'ve been wondering about the best way to do this for a couple of days and wondered what everyone else thought.
I\'m creating a multi tenant application like shopify and wanna know how can I create custom domain on server that points to the same application instance?
I have multiple SQL Server databases (same schema) for different customers. They will be sharing a common ASP.NET web application. If one of these customers wants a customized version of a web page, w
I am trying to add multitenancy to a java application using the separate schema approach as outlined in this webinar
I have a full multi-tenant database with TenantID\'s on all the tenanted databases. This all works well, except now we have a requirement to allow the tenanted databases to \"link to\" shared data. So
I would like to build an online logbook for truck drivers. The goal is that after a truck driver logs in, he/she immediately sees a snapshot of his/her driving total this year/month/day, together with
I have been stepping through the source code for Orchard CMS to learn how they have 开发者_Python百科tackled Multi-tenancy.
we are using .net mvc and sqlserver db. EDIT We are also using NHibernate for data access.I mention this because we will not be writing our own sql or do stored procs.triggers in the db might work b