Thanks to author of the post on Stackoverflow.com. He posted a link to the broadest description of the ways the header “Expires” can be specified for static resources. Here it
Development
Debugging JavaScript: object dumpDebugging JavaScript: object dump
From time to time you want a dump of an object during execution of JavaScript code. This function provides missing functional.
Compressing of data with GZipStreamCompressing of data with GZipStream
GZipStream is a great tool to compress/decompress byte arrays of serialized data. But it has an issue which can make you hanging for some time. Here I describe the issue with