I have a application which is running in both production and development environments. I would like to utilize the databases better (and save money on my hosting bill) so i want to be able to make my Linq2Sql run on two different schemas (instead of two different databases) (there are ~15 tables in a schema). How to set this up in Linq2Sql?
Or should i go the distance and read up on Entity Framework instead (and is it possible to segment the tables based on schemas in this one?
Any other solutions to this problem are welcome?