MVC3 and EF Data first: what are the best practices?

Viewed 1911

It seems that most of the focus with MVC3 and EF4.1 is around "code first" - I can't seem to find any examples or tutorials that meet the following criteria:

  • uses an existing SQLServer database
  • has separate projects for web & data access (we will have multiple web apps sharing the same data access classes)
  • recommendations for validation

Does such an example or tutorial exist? Are there any documented "best practices" for how to accomplish this, or rationale for NOT having a solution structured this way?

1 Answers
Related