Blog posts with tag "aspnet"

Anti-XSS .NET libraries in 2013

October 11, 2013

One of the more important parts in Roadkill Wiki is removing malicious HTML from the markup that’s entered, even when the markup (Creole and…

Listing all mime types without using OLE and IIS in .NET

April 04, 2011

If you’re offering uploading on a web application, or providing a file proxy of some sort, at some point the list of files you offer will…

ASP.NET control event order/lifecycle

March 24, 2010

This is a very concise reference for the order which events are fired when you subclass a control. The longer more detailed MSDN page on the…

Using JQuery with ASP.NET

January 01, 2010

Small update In this article I stuck to using a separate file for the web service. The [Webmethod] attribute could easily just be stuck on a…

GZip and Deflate page compression in ASP.NET

July 13, 2009

Download Having written a GZip compression class in PHP many moons ago, I was interested to find out if anyone had done something similar in…