proxy How to use Fiddler/Charles when debugging .NET MVC Applications Shows how to enable Fiddler/Charles support for .NET MVC applications. Also showing how to avoid HTTPS errors
c-sharp C# MVC - Concurrent Ajax calls blocks the server How to avoid that multiple parallel ajax calls blocks your page. Sessionstate = pure evil!
episerver EPiServer 7 MVC with Backbone and some Ajax! How to use EPiServer 7 MVC together with Backbone, Require.js and Handlebars
Change collation to UTF-8 on all tables with Django(Mysql) I needed to change collation on 80+ tables so I wrote this simple python script