Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.NET MVC 1 or MVC 2

I recently recieved the ASP.NET MVC 1.0 Professional book by Wrox, and in the intervening time, I found out that ASP.NET MVC 2.0 is being released soon.

Questions

  1. Should I MVC 2.0? Are there any resources specifically for MVC 2.0?
  2. Should I learn MVC 1 and then unlearn concepts and then learn MVC 2?
like image 761
ScG Avatar asked Jan 04 '10 16:01

ScG


2 Answers

The difference between MVC 1 and MVC 2 are not like the difference between classic ASP and ASP.NET. What I mean is that if you learn MVC 1 you will be able to use everything in MVC 2. MVC 2 for the most part builds on top of MVC 1. So if you have an MVC 1 book I'd say read it and then read articles on what is new in MVC 2. Besides some blogs and articles I don't think there is much else on MVC 2 right now.

like image 81
Sayed Ibrahim Hashimi Avatar answered Oct 12 '22 13:10

Sayed Ibrahim Hashimi


MVC 2 is still in Beta (at least the last time I checked).

MVC 1 and MVC 2 use similar concepts...MVC 2 just adds features. Learn MVC 1 as a stepping stone, and then you can better utilize the new advanced features being released in MVC 2.

like image 44
Justin Niessner Avatar answered Oct 12 '22 13:10

Justin Niessner