Where to find documentation/tutorials on ASP.NET MVC2?
It looks like the final release for ASP.NET MVC 2 has been already around for 2 weeks. Unfortunately, I can't find documentation that's intended for MVC 2 exclusively. I've checked Amazon.com (no book yet on MVC2), ScottGu's Blog (only 2 short posts), ASP.NET/MVC website (they've only posted what are alreadi in the ScottGu's blog).
Any idea where开发者_JAVA技巧 to find matter on MVC2?
Thanks for helping.
Best place to get updated information about asp.net mvc is below site
http://asp.net
The official documentation is on MSDN, and in VS 2010 help.
- Upgrade from MVC 1 to 2 (documentation)
- Upgrade from MVC 1 to 2 (tool)
- Phil Haack has some good posts on MVC 2
and as Hiscal said, http://asp.net is a great resource too. What I've done is use MVC 1 documentation while familiarizing myself with the new features of MVC 2 via Phil Haack's, ScottGu's, and Hansleman's blogs.
Maybe its just me, but all these sites just talk in general about mvc 2 - its being released soon, download here, read this blog (which just says the same). I've yet to find any real code/implementations of areas, validation, or templates. Guess I need to google harder.
Also http://dotnetslackers.com/articles/aspnet/A-First-Look-at-ASP-NET-MVC-2.aspx
精彩评论