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.

Jang and Server-Side/Client-Side View Engine for MVC and JavaScript

Wednesday, February 08, 2012

Ben Dornis blogs about a JavaScript templating system using Razor syntax. This allows for rendering the view on the server and updating it via Ajax - slick!

Optimizing Your MVC4 App to the Max

Tuesday, February 07, 2012

Harvey Kandola shows off some optimization technique for ASP.NET that replace images with web embeddable fonts and CSS gradients.

Clearer MVC

Monday, February 06, 2012

Andrei Ignat blogs about a nice utility he's written to view and delete ASP.NET MVC application data, including cache, session, cookies, etc.

Fluqi - Ease Using jQuery UI with ASP.NET and ASP.NET MVC

Sunday, February 05, 2012

Interesting project from Franz Junge which provides HTML Helpers which allow for building jQueryUI widgets using a fluent interface.