I have limited prior ASP .NET knowledge (very basic knowledge). I have worked with Ruby on Rails and and primarily a WPF/C# developer. For a new project I am going to be working on I need to know ASP .NET MVC. What are some good resources for learning it?
|
10
|
|||||||
|
|
|
Scott Guthrie has a great series of posts for getting started (just beware that some things he covered early on changed as the previews progressed). There's an official tutorial list available as well. There's also Rob Conery's MVC Storefront video series. Stephen Walther has a good amount of MVC tips as well. Phil Haack (the MVC PM at MS) gave a talk on MVC at MIX09 that you can watch online as well. |
|||
|
|
|
|
I've found Scott Hanselmann's posts on ASP.NET MVC very interesting and helpful. http://www.hanselman.com/blog/CategoryView.aspx?category=ASP.NET+MVC Good luck! :D |
||
|
|
|
|
I just finished the first phase of my first MVC project this weekend. I just used the default templates provided with MVC and started modifying it to suit my needs. Possibly not the most elegant approach, but it allowed me to start moving very quickly. |
||
|
|
|
|
I like the MVC storefront videos. should be a good start for learning a lot of things along with MVC |
||
|
|
|
|
Refer the resources mentioned by other SO members and along with it have a look at some of the opensource project available for ASP.NET MVC like
|
|||
|
|
|
|
I've been working on a series of posts about refactoring the example project template that ships with the MVC Beta to address some of the issues I've found with it. My aim is to lead folks in a better direction with the design of their code when it comes to MVC architecture (And hopefully not look like an idiot in the process). |
||
|
|
|
|
A lot of the aforementiond resources cover the basics, which are important, but I found Rob Conery's MVC Storefront videos to be the most informative. The series was all about taking the ASP.NET MVC into a real-world application using best practices, which really cemented what I learnt in the "MVC 101" videos. Also, please beware of videos and code samples which were written for one of the earlier Preview versions on ASP.NET MVC, as there are quite a lot of them floating around. Hopefully that will change once the RC comes out. |
||
|
|
