Click here to Skip to main content
15,913,773 members
Articles / Web Development / HTML

Entity Framework Migrations enabled in Data Access Class Library used in MVC project

10 Nov 2014CPOL2 min read 34K   466   11  
Migrations enabled in Class Library ( Data Access Layer) and the same is referenced to MVC ProjectNo Need to maintain the Data Access and Model classes in the MVC Project.We can have separate Class library for Model and Data Access and have migrations enabled in Data Access where DbContext resides.
This is an old version of the currently published article.

Only logged in members can view this content

Please go to the HTML Table of Contents to view the list of available articles in this section.