tags:

views:

160

answers:

2

It may be too early for this question, but in keeping with the hidden features meme, I'd be interested in a list of hidden, or rather I guess underutilized, features in the ASP.NET MVC framework and MvcContrib.

+1  A: 

Useful info : ASP.NET MVC Best Practices, Tips and Tricks.

And one of the best resources : Stephen Walther on ASP.NET MVC - Tips.

Moayad Mardini
A: 

The most hidden feature of ASP.NET MVC is that features don't exist.

In other words, the framework was designed to be extended.

Matt Hinze