Monday, February 13, 2012

Learn MVC


ASP.NET MVC is under active development so you'll have to keep in mind that any tutorials could be a little dated. The current release is Preview 4, and the framework API isn't quite locked down yet.
I would start by reading ScottGu's blog posts. They are for Preview 1, but still make for a good introduction.
Then check out Scott Hanselman's videos. These are updated for Preview 3.
If you still want more, check out Scott Hanselman's videos for Preview 2. These will help you move past the basics.
Also, be sure to check out Rob Conery's excellent MVC Storefront series. It's up to 18 parts so far, and it is a good intro to Unit Testing concepts as well as a great walkthrough on building an application with ASP.NET MVC.
If you are looking for a book, Manning is already planning one. You can download Chapter 1 for free, and if you buy the book through their early access program, you can download the other chapters as they are written.
The best way to learn is to download it, and start playing with it. 

No comments:

Post a Comment