资 源 简 介
This project is a sample implementation of an IHttpHandler in .Net 4.0 to serve static content for websites.
It comes with sample minifiers for CSS, XML (HTML) and JS and performs GZIP compression and caches the minified and compressed files to serve to the next request. Responses are then cached by the browser for up to a year.
This project is production proven and has been tuned through a number of iterations before being open sourced.