Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Official documentation for MVC3

I think I found the official documentation at msdn.microsoft.com/en-us/library/gg416514(v=VS.98).aspx but that seems pretty useless compared to the blog posts from the developers and compared to other projects such as Zend Framework and Ruby on Rails.

I found the source code at aspnet.codeplex.com/releases/view/58781 where they are saying "For more details about ASP.NET MVC 3, please visit http://asp.net/mvc/mvc3" so is this the official place?

So where is the official documentation? Where can I find the api guide? Where can I find the Issue tracker?

(I was only allowed to send one hyperlink in this post since I am a new user)

like image 890
Alex Lyman Avatar asked Jan 16 '11 12:01

Alex Lyman


1 Answers

The official API documentation is here: http://msdn.microsoft.com/en-us/library/gg416515(v=VS.98).aspx

Tutorials here: http://www.asp.net/mvc

Blogs here: http://www.google.com

Recommended book here: http://www.amazon.com/Pro-ASP-NET-MVC-3-Framework/dp/1430234040

like image 70
Darin Dimitrov Avatar answered Oct 23 '22 14:10

Darin Dimitrov