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
-
Duplicate: stackoverflow.com/questions/10425/mvc-learning-resourcesJeff Fritz– Jeff Fritz2009-06-16 12:43:28 +00:00Commented Jun 16, 2009 at 12:43
-
Second @Daniel, this is quite a different question.Graviton– Graviton2009-06-16 12:45:13 +00:00Commented Jun 16, 2009 at 12:45
Add a comment
|
5 Answers
This is MSDN's official documentation.
1 Comment
x-code
daniel where is the current documentation i.e.. MVC4 or 5
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.
Comments
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.