Asp.net - MVC1 vs MVC2

六眼飞鱼酱① 提交于 2019-12-21 19:46:56

问题


can any one precisely explain the difference between ASP.NET MVC1 vs MVC2.. and if i'm having a project in MVC1, how can i migrate it to MVC2 ?


回答1:


MVC 2 is a later version of the same library.

To upgrade to it, read this page.




回答2:


There is a conversion utility, see here: http://weblogs.asp.net/leftslipper/archive/2010/03/10/migrating-asp-net-mvc-1-0-applications-to-asp-net-mvc-2-rtm.aspx



来源:https://stackoverflow.com/questions/2447619/asp-net-mvc1-vs-mvc2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!