I am totally new to developing technology ASP.NET MVC + Entity Framework 4 5 (DataBase First). I'm in a problem that even after hours of research I have not found a solution.
On my application need that each client has their own database, which will be selected after login.
Create a mapping (edmx) for each base? I have to change the DbContext or connection string lasts execution?
I have no idea where to start. Can I create a mapping (edmx) for each database and change DbContext or connection string in runtime?
Thanks All.