views:

33

answers:

2

Now that the MVC 2 framework has been out for a while, I'm finding it very difficult to find documentation & answers specific to MVC2.

What are some good sites specific to MVC2?

A: 

There are a couple of good sample sites you could look at:

http://nerddinner.codeplex.com and http://mvcmusicstore.codeplex.com/

And the MSDN documentation at http://msdn.microsoft.com/en-us/library/ff520618.aspx which also has a link to other samples.

Mikael Svenson
That sort of points out the problem - the nerddinner link is for 1.0, NOT 2 - and the msdn link talk about MVC2, but links to the MVC1 namespace documentation!
chris
Nerddinner is MVC2 if you download source code - http://nerddinner.codeplex.com/SourceControl/list/changesetsAlso samples on MSDN are MVC2 - http://code.msdn.microsoft.com/aspnetmvcsamples
Mikael Svenson
Mikael Svenson
A: 

Scott Gu's blog is invaluable. Not just for MVC2, but all things IIS.

Asp.net has some material.

Otherwise you are mostly right, the documentation availability sucks. Especially if you are looking MVC2 specifically.

Serapth