hi, 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 ?
+3
A:
MVC 2 is a later version of the same library.
To upgrade to it, read this page.
SLaks
2010-03-15 14:01:17
@Slaks, thank's buddy, i also wanna know from where can i get the source code for MVC 2, i mean previously microsoft was giving the source code for MVC 1 but now MVC 2 source is not available.
FosterZ
2010-03-15 14:09:30
@FosterZ http://haacked.com/archive/2010/03/12/ms-pl-source-release-for-system-web-mvc-2.aspx
Mark
2010-03-15 14:11:54
@FosterZ: Or http://aspnet.codeplex.com/releases/view/41742
SLaks
2010-03-15 14:16:22
@SLaks/Mark, thanks guys..
FosterZ
2010-03-15 14:19:23
A:
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
Richard
2010-03-15 14:01:33