views:

149

answers:

5

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

+6  A: 

This is MSDN's official documentation.

http://msdn.microsoft.com/en-us/library/dd394709.aspx

Daniel A. White
A: 

The best place to start is probably the free sample book chapter and code walkthrough.

AdamRalph
A: 

Reflector.

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.

Ngu Soon Hui
You can also get the source at codeplex.
Daniel A. White
+2  A: 

I think using ASP.NET MVC Source is much better than Reflector

eu-ge-ne
A: 

Pro ASP.NET MVC 2 Framework by Steve Sanderson is the best place to start in my opinion.

Matt Spradley