views:

48

answers:

2

I have a small project I started in MVC 1 and have resisted (until now) moving to MVC 2. Problem is, everything seems to be just a mishmash of MVC. So...

  • What significant differences are there?
  • What do I need to know to take advantage of what's there?
  • Are there breaking changes?
  • Where's a good place to learn all of this stuff?
+1  A: 

Check out the What’s New in ASP.NET MVC 2 whitepaper.

çağdaş
+1  A: 

This question has already been discussed here...

http://stackoverflow.com/questions/1357485/asp-net-mvc2-preview-1-are-there-any-breaking-changes/2461242#2461242

David Liddle