how would you design this scenario (using Entity Framework 4.1, Code First and repository pattern):
the Visual Studio solution contains the following projects...Solution
|-Web Application Project
|-DAL Project
|-Model Project
...So in the Model Project th...