Ninja MVC Tips

There were a few cool references in a recent talk by Scott Hanselman, and I wanted to capture them: T4MVC is a mvccontrib project that auto-creates strongly-typed, intellisensible links to Actions, Views, and Controllers in your MVC project. No more “strings” in your ActionLinks. nhaml is a view engine replacement that has one of the most …