1

I've decided to take the suggestion from Robert Harvey on this site and build an application using ASP.Net MVC.

When I went to Bing for a brief overview, I saw there was an MVC2.

What is the difference and should I care?

2

2 Answers 2

2

MVC2 is backwards compatible with MVC, so MVC2 is the one you will be using.

For the new features in version 2, see here:

http://weblogs.asp.net/scottgu/archive/2010/03/11/asp-net-mvc-2-released.aspx

Sign up to request clarification or add additional context in comments.

Comments

0

Just use MVC v2 if you have the option. It is an evolved version of MVC 1 with many useful enhancement. See ASP.NET MVC 2 Released for more info.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.