Illegal characters in path in MVC view

I initially thought that this was an issue with Umbraco's implementation on MVC but it turns out that if you have an IEnumerable property on your view model then you may get an error similar to the…

Read this article

Using ModelStateToTempData in Umbraco

For those of you who have been working with MVC for a while you may have come across the awesome attribute from Jeremy Skinner "ModelStateToTempData" in MVCContrib (http://mvccontrib.codeplex.com/).…

Read this article