Upgrading your ASP.NET MVC2 application to MVC3
Posted: September 7, 2011 Filed under: .NET C#, Programming | Tags: ASP.NET, conversion, linkedin, MVC2, MVC3 Leave a comment »If you find yourself needing to update your ASP.NET MVC2 applications to MVC3, can you take advantage of ASP.NET MVC 3 Application Upgrader
You can find a good article on tools details here.
Once your MVC application has been upgraded, and if you want to leverage the Razor View engine and convert your old aspx views, you can use to this free tool Razor Converter gain a quick start on the conversion, thanks to guys at Telerik.
You can find a short introduction to the tool here.
Happy upgrading!
Advertisement