Quickest way to implement multi tenant ASP.NET MVC Application
问题 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