Learning ASP.NET MVC start with 1 or 2 or 3
asp.net, asp.net-mvc, asp.net-mvc-2, asp.net-mvc-3, asp.net-mvc-4
Solution
You should definitely not go back to 1 or 2, things have changed quite significantly since then. You don't want to spend too much time in learning things that's not applicable any more. I will recommend you to start with the Book "Pro ASP.NET MVC 3 Framework", that's how I learnt my MVC.
The book starts with a simple example on how MVC works and goes in detail for each individual features of MVC used. If you master the book, you master the MVC!
Problem
I'm new to ASP.NET MVC world. I have enough experience for ASP.NET 2.0 and 3.5. But as I'm seeing that we are now at Version 4, it is making me feel uncomfortable to directly start with this latest version. I'm browsing through ASP.NET MVC video tutorials at microsoft website which is listing learning series starting with ASP.NET MVC -1, MVC -2, MVC -3 and even MVC - 4. So now the confusion comes here..!! If I start with MVC -3 directly.. did I missed something by ignoring MVC - 1 and MVC - 2 ? Can I directly start with MVC - 3? without worrying about anything else.