I have three different projects which are inter related and now I want to combine all of 'em. All are developed by using MVC.NET code first method. I am confused how to combine all of them? Options I can think of:
- Create three 3 dbcontext files and copy paste it from old one respectively.
- Use db first method and merge 3 db to another project.
I am not sure how to do it. I'd appreciate if you can suggest any workable method Is it fine if my application has multiple data context and multiple databases? How'd I join tables from it?