sts How to change session lifetime when using WIF(STS) Shows how to enable persistent cookies when using WIF(STS). Also shows how to increase the expiration time for the cookie
episerver Validate page urls in EPiServer Shows how you can validate the length of EPiServer urls in edit mode
episerver How to create a custom EPiServer 7 property with Dojo Shows how to use Dojo to create a custom property in the Episerver UI
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!