4
Answers

What is Multi Tenant Web Application , How do someone knows

Mark Tabor

Mark Tabor

7y
221
1
What is multi tenant web application in .NET and how it is different from simple web application made in web forms or mvc, I have been asked to develop multi tenant system so how if someone is making a multi tenant application then how do i check that either it is multi tenant or not?
 
 
Thanks             
Answers (4)
0
Laxmidhar Sahoo

Laxmidhar Sahoo

NA 2.3k 1.4k 7y
sir In .Net Plat form You can use remoting or web service  or wcf or web api to develop
the applicartion .That means one service runs and many client call the service.
 
Thanks 
0
Mark Tabor

Mark Tabor

NA 492 41.2k 7y
This is definition I need application development level description how do I analyze either the application is multi tenant or not
0
Laxmidhar Sahoo

Laxmidhar Sahoo

NA 2.3k 1.4k 7y
hi
First happy new year to all and I think Shweta is currect 
0
Shweta Lodha

Shweta Lodha

NA 15.7k 879.6k 7y
Multi tenancy means one instance will be running on a machine and multiple clients would be accessing it based on the roles