Hi
I think I am not getting the meaning of any of this. My purpose is to create a multi tenant ASP.NET MVC Application.
I saw a great post on how to do this here , but Nhibernate isn't an option.
One of the things I want to understand is: Is MVC (along with everything else) supposed to help in creating multi tenancy web apps?
I have seen several comments which are similar to my question, but they often don't appear to hit the same point I am trying to get at:
- One DB
- One Schema
- No Nhibernate
If anyone knows of a simple explanation as to how this can be done, I appreciate it.
the contents on this page are all I know on the subject, what I wish to be able to understand is how MVC (if at all) helps in getting it done and if it makes it simpler or not.
Many thanks,
Ric