Skip to content
pnewhook edited this page Sep 30, 2013 · 5 revisions

###Unit Testing Library### Test Helper

###Portable Areas###

  • Creating a Portable Area
  • Consuming a Portable Area
  • UI Helpers

###Fluent Html Helpers###

  • Grid
  • Input Builders

###ViewDataExtensions### Extension methods to IDictionary<string, object> to provide strongly-typed access in the view

###Model Binders###

  • Data Binding
  • Name Value Deserializer
  • Castle Binder
  • Derived Type Model Binder

###Controller Factories###

  • Inversion of Control (IOC)
  • Castle Windsor
  • Spring .Net
  • StructureMap
  • Unity

###Routing### Simply Restful Routing

###Controllers###

  • AcceptPostAttribute and AcceptGetAttribute
  • Strongly-typed RedirectToAction
  • Fluent Controller

###Action Results###

  • BinaryResult
  • XmlResult

###Filters###

  • PostOnly Filter
  • PreCondition Filter
  • Rescue Filter
  • Layout Filter
  • TempDataToViewData Filter
  • ModelStateToTempData Filter

###View Engines###

  • Brail
  • NDjango
  • NHaml
  • NVelocity
  • SharpTiles
  • Spark
  • StringTemplate
  • XSLT

###Utilities### Hash

T4MVC T4MVC: it's in a different CodePlex project, but still part of MvcContrib.

Clone this wiki locally