views:

381

answers:

6

I am very impressed with the ASP.NET MVC stuff--and I've seen the various blogs and am quite anxious to dig in. But where are the docs? I can't find any docs on the System.Web.Mvc namespace, or any of its related namespaces.

Google searches limited to msdn.microsoft.com don't turn up anything, nor does just googling. I know there are a ton of great blog articles, but I'm not talking about the straight up docs. Where are they? Am I missing something?

Thank you,

rp

+1  A: 

You can start at the ASP.Net MVC website.

John
A: 

I dont think there are any. Although, I wouldnt probably read them anyway. They just hit Beta so if they are going to release anything they might wait until they officially release Asp.net MVC.

Vyrotek
+1  A: 

API documentation is a little limited right now (or at least I can't find anything official outside of asp.net/mvc ). So I just end up pulling out .NET Reflector out and it usual gets me the answers I need.

Jason Whitehorn
+5  A: 

Tutorials http://www.asp.net/learn/mvc/ Quickstarts -http://quickstarts.asp.net/previews/mvc/ Video tutorials - http://www.asp.net/learn/mvc-videos/

Shiju
A: 

There is also an ASP.NET MVC book coming (it's not available yet): Beginning ASP.NET MVC

ballofmud
A: 

ASP.NET MVC is currently in Beta, and is very much subject to change. The final release is expected to be well documented.

Justice