Where is ASP.NET MVC documentation?

Go To StackoverFlow.com

1

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

2009-06-16 12:41
by pistacchio
Duplicate: http://stackoverflow.com/questions/10425/mvc-learning-resource - Jeff Fritz 2009-06-16 12:43
@Jeff - not quite the same - Daniel A. White 2009-06-16 12:44
Second @Daniel, this is quite a different question - Graviton 2009-06-16 12:45


6

This is MSDN's official documentation.

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

2009-06-16 12:43
by Daniel A. White
daniel where is the current documentation i.e.. MVC4 or - x-code 2014-01-02 14:30


2

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

2009-06-16 13:18
by eu-ge-ne


1

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

2010-09-15 09:28
by Matt Spradley


0

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.

2009-06-16 12:44
by Graviton
You can also get the source at codeplex - Daniel A. White 2009-06-16 12:45


0

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.

2011-06-27 14:38
by Husein Roncevic
I completely agree - Sam Rueby 2013-03-22 17:33
Ads