views:

133

answers:

3

I've found a few pages (some that even link to a number of other pages) on the Microsoft website that I bookmarked last night for reading today, but I'm curious as to other good non-Microsoft resources for discussing ASP.NET web applications, both Forms and MVC (including comparisons/contrasts between the two).

+2  A: 

As a first port of call, I would use a social bookmarking network site, such as Delicious, to get a list of popular/tagged posts and sites:

Dan Atkinson
+1  A: 

Phil Haack's blog seems to be a good source. He's an insider and can tell you the tricks there are to know. In the end it all depends on how you prefer to learn - some people like videos, others prefer books. For me the best way is to learn by doing it. So take a look at Phil, go to CodePlex and find a project that uses ASP.NET MVC and look at the code. That way you'll also see how people solved their problems and what practices they followed, not only learn the rules of the framework.

Slavo
+3  A: 

Keep your eye out on the MVC forums, read up on blogs:

There's a ton of people blogging about it. Also, check out some of the open source projects that are using it:

There's a bunch of books coming out:

I think you can guess which one I recommend most :). Our book has an early access program that allows you to download PDFs as they're written.

</shamelessPlug>

Any thing else I should add to this list? I'm marked it as community wiki.

Ben Scheirman
Shameless promotion there, Ben! That said, I just bought it, so the advertisement worked!
Dan Atkinson