ASP.NET MVC Framework - first impression
I've read the lengthy articles that Guthrie posted, and I've followed the buzz with interest, but tonight I finally sat down and gave it a shot. First impression: the "default" application is among the most useful I've seen of any templated project. Most projects have a "default.aspx" or some such... this one has a default presenter for your home page that suggests an architectural approach (HomeController handles all the basic, built-in pages), a semantically correct menu implementation in the master page, and a decent style sheet encouraging a proper approach to styling.
To whom it may concern: Well Done!