R – find ASP MVC documentation?

asp.net-mvcdocumentationmodel-view-controller

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

Best Solution

A few good places to start:

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