vote up 3 vote down star
3

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

flag

79% accept rate

6 Answers

vote up 4 vote down check

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

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag
vote up 1 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
vote up 1 vote down

You can start at the ASP.Net MVC website.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.