Is this possible?
Are there any examples? My searches have proved fruitless so far...
The reason I am using this approach is because I have to stick with a legacy database for my MVC 3 app but there are some quite complex associations and inheritance hierarchies so I want EF to generate the mappings instead of me doing it manually. I want to use the Repository pattern for unit testing. Any advice appreciated.