EFMVC Migrated to .NET 4.5, Visual Studio 2012, ASP.NET MVC 4 and EF 5 Code First
        Posted  
        
            by shiju
        on ASP.net Weblogs
        
        See other posts from ASP.net Weblogs
        
            or by shiju
        
        
        
        Published on Tue, 04 Dec 2012 14:57:00 GMT
        Indexed on 
            2012/12/04
            17:07 UTC
        
        
        Read the original article
        Hit count: 1179
        
.NET
|ASP.NET
|ASP.NET MVC 4
|ASP.NET Web API
|autofac
|Entity Framework
|ioc
|TDD
|Windows Azure
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/
© ASP.net Weblogs or respective owner