My client requirement is to implement application as same application with different database as Multi Tenant application. As per requirement, different user can access same application but as per user identity he will be connecting to different database to access company specific details. each company has different database.
I would be planning this with Asp.Net MVC, EntitiyFramework with database first (as database already exist) but I am not sure will able to handle this as multitenant app. Can you please guide or give me any direction or sample if already implemented.
Thanks Nik