I have to build an mvc application which connects to two different database. i need to have a menu say Employees > Which will open a create Employee page which need to be connected to Employee database (sql)and all the other menus/pages whould point to another database.
Can any one help me with the best approach with Entity Framework 6 Code First using MVC 4.