The main page (asp.net/mvc) only seems to have a getting started guide and tutorial, plus videos, but I'm not able to find a proper documentation (classes, methods etc). Any link that can help me? Thanks
This is MSDN's official documentation.
http://msdn.microsoft.com/en-us/library/dd394709.aspx
I think using ASP.NET MVC Source is much better than Reflector
Pro ASP.NET MVC 2 Framework by Steve Sanderson is the best place to start in my opinion.
I am serious. There are a lot of times when I can't make the head or tail out of ASP.NET MVC APIs, and those are the times when I use Reflector to see how they're done and what they are doing.
MVC documentation is very poor which is very strange for Microsoft's standards. The best and in my opinion the most complete reference is Steven Sanderson's Pro ASP.NET MVC 2 Framework. I gave up on MSDN MVC documentation long time ago.