Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find ASP MVC documentation? [closed]

Could anyone can tell me where I can find full ASP.NET MVC beta documentation?

like image 855
k1. Avatar asked Jan 09 '09 21:01

k1.


2 Answers

A few good places to start:

  • http://www.asp.net/learn/mvc/

  • http://weblogs.asp.net/scottgu/archive/2007/10/14/asp-net-mvc-framework.aspx

  • http://www.asp.net/mvc/

I would expect full documentation to be more available at release time.

MVC is also open source and is on CodePlex, so you can just look through the source of course.

Project is here: http://www.codeplex.com/aspnet and here: http://www.codeplex.com/MVCContrib

Documentation is here: http://www.codeplex.com/MVCContrib/Wiki/View.aspx?title=Documentation&referringTitle=Home

like image 81
GEOCHET Avatar answered Oct 06 '22 00:10

GEOCHET


You can find it on MSDN site here ASP.NET Model View Controller (MVC)

like image 22
Dzmitry Huba Avatar answered Oct 06 '22 00:10

Dzmitry Huba