views:

981

answers:

4

Hello,

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 to find matter on MVC2?

Thanks for helping.

+2  A: 

Hi Richard

Best place to get updated information about asp.net mvc is below site

http://asp.net

Hiscal
+1  A: 

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.

Jaxidian
+1  A: 

The official documentation is on MSDN, and in VS 2010 help.

Craig Stuntz
+1  A: 

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

Jack
and http://bradwilson.typepad.com/blog/2009/10/aspnet-mvc-2-templates-part-1-introduction.html
Jack