Programming/Asp.Net MVC
How to migrate Asp.Net MVC
Bandcy
2014. 7. 22. 15:23
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
required: .Net framework version 4.5 at least