Archives

Archives / 2010 / February
  • asp.net mvc page compression

    Looking for a great way to reduce page size and reduce bandwith usage on your asp.net mvc web application?
    consider looking into page compression. Below is the c# class that I used to knock my page size down from 44K to a measly 6K...thus saving on bandwidth usage and page download time. 

    First, you need to reference the following namespaces