본문 바로가기

Programming/Asp.Net MVC

How to migrate Asp.Net MVC

MVC introduce for each version

Version

Major feature

Note

MVC 3

ViewBag, ActionResult

 

MVC 3

Razor view engine and etc

ASP.Net view-engine도 사용 가능

MVC 4

Web API

순수 data를 제공하는 간단한 형태

MVC 4

jQuery mobile template

 

MVC 4

Task support asynchronous controller

간단해진 비동기 action 지원

MVC 4

Support OAuth


MVC 4

Support Window Azure SDK 1.6

 

MVC 5

Attribute routing

http://blogs.msdn.com/b/webdev/archive/2013/10/17/attribute-routing-in-asp-net-mvc-5.aspx

http://www.webdevelopmenthelp.net/2014/02/ASP.NET-MVC3-Vs-MVC4-Vs-MVC5.html

 

Migration MVC 3 -> MVC 4

http://www.asp.net/whitepapers/mvc4-release-notes#_Toc303253806

특이사항 없음

 

Migration MVC 4 -> MVC 5

http://www.asp.net/mvc/tutorials/mvc-5/how-to-upgrade-an-aspnet-mvc-4-and-web-api-project-to-aspnet-mvc-5-and-web-api-2

required: .Net framework version 4.5 at least

'Programming > Asp.Net MVC' 카테고리의 다른 글

Web cache  (0) 2015.01.28
ASP.NET vNext  (0) 2014.10.06
Dynamic resource file handling  (0) 2014.07.22
ActionFilter  (0) 2014.07.22
Web.config - How to config max upload file size  (0) 2014.07.22