Web Development with Power, Productivity & Speed

Daily Community Spotlight RSS FeedView All

ASP.NET Security Update

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.

Implementing Resource Oriented Controllers in ASP.NET MVC

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.

Range Requests in ASP.NET MVC

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.

Add HTML5 Geolocation Plus Bing Maps into ASP.NET MVC Views

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.

Solving Real-world Theming Challenges with MVC4 and Sass

Monday, January 23, 2012

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