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
-
You can start at the ASP.Net MVC website.
From John -
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.
From Vyrotek -
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.
From Jason Whitehorn -
Tutorials http://www.asp.net/learn/mvc/ Quickstarts -http://quickstarts.asp.net/previews/mvc/ Video tutorials - http://www.asp.net/learn/mvc-videos/
From Shiju -
There is also an ASP.NET MVC book coming (it's not available yet): Beginning ASP.NET MVC
From ballofmud -
ASP.NET MVC is currently in Beta, and is very much subject to change. The final release is expected to be well documented.
From Justice
0 comments:
Post a Comment