EFMVC Migrated to .NET 4.5, Visual Studio 2012, ASP.NET MVC 4 and EF 5 Code First
- by shiju
I have just migrated my EFMVC app from .NET 4.0 and
ASP.NET MVC 4 RC to .NET 4.5, ASP.NET MVC 4 RTM and Entity Framework 5 Code
First. In this release, the EFMVC solution is built with Visual Studio 2012 RTM.
The migration process was very smooth and did not made any major changes other
than adding simple unit tests with NUnit and Moq. I will add more unit tests on
later and will also modify the existing solution.
Source Code
You can download the source code from http://efmvc.codeplex.com/