One of the most important performance improvements issues on Web Applications is caching AJAX calls on client browser. Faster page responses improve the client UI as well. Since I read about this little hack of omar zabir that fixes a known .net framework Cache-Control header setting bug I implement this solution on every project. For Web Application I keep on using MVC Framework beta so a very elegant to implement ajax responses caching by creating a custom ActionFilterAttribute class. Important...