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

2

5 Answers 5

6

This is MSDN's official documentation.

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

Sign up to request clarification or add additional context in comments.

1 Comment

daniel where is the current documentation i.e.. MVC4 or 5
2

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

Comments

1

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

Comments

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.

Comments

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.