I am using EF Code first to access data in MVC. What would be best place to put the DbContext and ObjectContext code :-
-- Create a new Folder / Area with a different namespace and put the Code in it.
-- Create a DbContext Dal project outside the MVC project and add reference to it.
Wondering what is the best way ?.