I am using a layered architecture with the Entity Framework as my datalayer with a bunch of repositories on top which contain the Linq-To-Entities queries.
The data layer is one project, next to that I have a Services layer and the interface, which is a w...