Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Should I learn asp.NET MVC 3 without knowledge of MVC 1 or 2?

FYI, I know asp.NET and planning to learn asp.NET MVC. I heard that asp.NET MVC 3 has been released . Should I learn MVC 3 right now? or should I start with MVC 1 or 2?

Thanks

like image 515
Victorgalaxy Avatar asked Jan 28 '11 03:01

Victorgalaxy


2 Answers

The core principles are all the same so learning MVC 3 would be the way to go. "Learning" 1 or 2 first would just mean you'd initial knowledge of the framework is already out of date. I always advice against learning older versions of frameworks because you often have to unlearn things when you get to the newest version of the framework

like image 95
TheRightChoyce Avatar answered Sep 19 '22 06:09

TheRightChoyce


Start with 3 - it's in iterative build upon 2 which was iterative upon 1. If you learn 1 you will learn ways to do things that have been streamlined and improved in 2 and 3.

like image 35
Michael Shimmins Avatar answered Sep 22 '22 06:09

Michael Shimmins