Switching from Secure (SSL) to Unsecure HTTP seemlessly
Just a few days ago I and a colleague of mine were attempting to do just this on a production site, which collects sensitive information from... »
Just a few days ago I and a colleague of mine were attempting to do just this on a production site, which collects sensitive information from... »
I recently looked into HTML minification in ASP.NET. The first thing I thought of was to use an HttpModule to somehow remove white spaces. Not so... »
While developing intranet framework at work, i decided to look into a more practical approach to JavaScript organization than the dreaded “script file per page” in... »
ASP.NET routing is pretty darn simple to set up. It works right out of the box, in most cases. However, I still ran into a few... »
Having worked on a few projects utilizing the new URL routing introduced in ASP.NET 4.0, I have quickly grown tired of specifying my route configurations in... »