Click here to Skip to main content
15,883,883 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I am considering developing multitenant system i am considering using C# MVC3 can you help me out with links to good tutorials which i should use to develop a multitenant system.

Thanks in advance
Posted
Comments
[no name] 17-Apr-13 8:30am    
www.google.com

See this[^] MSDN tutorial.

/ravi
 
Share this answer
 
hey
sijimann,
In order to develop a multitenant application you need to consider a bare minimum things :

You need to ponder little more on the definition multitenant :
The best definition for Multi-Tenancy:
Gartner multitenancy defintion

Things to consider while developing the multi-tenant client application using mvc3
1) MVC3 multi-tenant client application : This
Link0 will give you best solution for it
2) Tenant Aware Application Design : You need to look over whether your system i.e. application is tenant Aware or Not
what i mean with this is your application understand which particular tenant user has been logged in at particular instant of time ?
3) Multitenant Data Model : Your architecture should have support to store multiple-Tenant information i.e. at database you may require concepts of Sharding (splitting up database according to tenant unique ID's)

(Get more insight on them link1 and link2 Follow this blog source : Link 3)

thnk u :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900