multi-tenant
Multi Tenant MVC 3 App with View Model Problem
I am writing an app that utilizes multi-tenancy as outlined by Zack Owens. In Zack\'s example he has separate c# class libraries to store the controllers and views for each tenant.Since I am not usin[详细]
2023-03-03 23:42 分类:问答Best way to cache a collection of objects. Together or as individual items?
Say I have a collection of Users. Each user has a User_ID, Username and Tenant_ID. Sometimes I need all Users for a specific Tenant_ID.[详细]
2023-03-02 22:17 分类:问答Rails - Multi tenant application with customization framework
I am organizing a multi tenant application with a single code base/application using subdomains to detect the tenant, then runs a SET SCHEMA on postgres to do the fun stuff.[详细]
2023-03-01 21:47 分类:问答Multi-tentant model and nosql?
When doing multi-tenant applications using a RDMBS I use tenantId columns in each table to indicate which tenant a row belongs to.[详细]
2023-03-01 21:08 分类:问答NHibernate - using tenant specific table prefixes
We are developing a multi-tenant application using NHibernate where all tenants share the same database.[详细]
2023-02-28 05:26 分类:问答Handling Top-Level Domains in Multi-Tenancy Web Applications
So i\'m in the middle of defining the architecture for an application I\'ve been waiting to start and have hit a bit of a bump. I \'m having a bit of a hard time figuring out how to handle multi-tenan[详细]
2023-02-27 13:34 分类:问答What should I know about cookies domain and scope for security purposes?
Where can I learn (or what is) about a cookie\'s scope to avoid CSRF and XSS attacks for authenticated users?[详细]
2023-02-24 22:04 分类:问答Orchard Multi-tenant theme not enabled
When trying to change to a theme installed by the parent of the tenant website in Orchard, it is not possible to change or preview the theme.[详细]
2023-02-24 17:31 分类:问答How to implement multitenant MongoDB
I am looking to implement a MongoDB system that ha开发者_开发知识库s 3 major collections (People, Surveys, Responses) and a few minor collections (lookups etc).However, the system will be multi-tenant[详细]
2023-02-24 14:18 分类:问答Hibernate data export / import for a single tenant
I have posted qu开发者_StackOverflowite a general question about implementing a multi-tenant solution using very specific technologies in the past. I now have a much more specific question that I was[详细]
2023-02-23 13:16 分类:问答
加载中,请稍侯......