Entity Framework 6: One entity data model, multiple databases
We have an application that uses multiple databases sharing the same schema. Until now, it was possible to specify the name of the connectionString to use. But since the version 6 of Entity Framework, there is only one default constructor to instantiate our “entities” object. Goals Create an Entity Data Model which must be used... » read more