
Scott Guthrie posts some important information about a recent security vulnerability involving "hash collision attacks" and the security update you'll need to protect your sites.

Thursday, January 26, 2012
Pablo Cibraro shows how the same URL doesn't necessarily have to mean the same controller; keep SOLID by defining the right routing to share URL space.

Wednesday, January 25, 2012
Tomasz Pęczek shows how to support file range results in an ASP.NET MVC view result, allowing optimized browser interaction with files returned from an Action. It's available via Nuget in his Lib.Web.Mvc package.

Tuesday, January 24, 2012
Rachel Appel expands on her previous post about HTML5 Geolocation, showing how to use it with Bing Maps in an ASP.NET MVC view.

Monday, January 23, 2012
Harvey Kandola begins a series on using SASS with ASP.NET MVC 4 to provide theme support using nested stylesheets.