I'm checking out ASP.NET MVC RC2. Is the API documentation completely missing? I should be able to find something by hitting F1, right?
+1
A:
Although I've been developing with ASP.NET MVC for about a year, I haven't seen any formal documentation personally. The best kind of documentation you are going to find is in screencasts and blogs. Check out Stephen Walther's MVC blog, Rob Conery's MVC Storefront project/adventure, and, of course, http://asp.net/mvc. There's also a very promising book coming out.
I don't think you're going to find any kind of reference book or MSDN docs at this point. You'll probably have to wait for RTM.
Stuart Branham
2009-03-15 05:12:17
It looks like the RTM version doesn't come with documentation either. I'm aware of blogs and rough drafts of books, but it would be nice to see something MVC-related when I hit F1. Thanks for your answer -- now I know I wasn't doing something wrong.
Slack
2009-03-29 05:38:09
At least the RTM comes with method/property-level documentation with intellisense. That's really all you need most of the time.
Stuart Branham
2009-03-29 20:43:57