Click here to Skip to main content
15,897,704 members
Articles / Web Development / HTML

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

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
10 Nov 2014CPOL2 min read 33.8K   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.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Junior)
India India
Just a Developer.
Don't know when I will get perfection

Comments and Discussions