Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello Everyone,

Microsoft has been releasing so many version on MVC and EF(entity framework).

I want to create web application as new using MVC and Entity Framework.

which version MVC and Entity Framework i should use to develop web application?

Note : Currently i have software sql 2014 and visual studio 2013 Premium 2013 Version 12.0.30723.00 Update 3

Thanks,
Posted

1 solution

When starting a new project, it's always good to use the latest version of components.

In this case, I would use MVC 5.2

http://www.asp.net/mvc/overview/releases/whats-new-in-aspnet-mvc-52[^]

And Entity Framework 6.1.1

http://msdn.microsoft.com/en-us/data/jj574253.aspx[^]
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900