AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Atlas 7: Caching web service response on browser and save bandwidth significantly : Omar AL Zabir

Tuesday, November 11 2008

The browser can cache images, JavaScripts, and CSS files on the user's hard drive, and it can also cache XML HTTP calls if the call is an HTTP get. The cache is based on Url. If it's the same Url and it's cached on the computer then the response is loaded from cache, not from the server when it is requested again. Basically, browser can cache any HTTP GET call and return cached data based on Url. If you make an XML HTTP call as HTTP GET and server returns some special header which informs the browser to cache the response; on future calls, the response will be immediately returned from the cache and thus save the delay of network roundtrip and download time....

Read More:
Atlas 7: Caching web service response on browser and save bandwidth significantly : Omar AL Zabir
Also See:
DataSet and DataAdapter in ASP.NET 2.0 - Part 1 of 2 : Richard Bean
Developing for the iPhone : Steve C. Orr
Post Data Programmatically with "Webscraping" : Eric Smith
Building ASP.NET 2.0 Web Sites Using Web Standards : Stephen Walther
Creating and Using Code Snippets in Visual Studio 2005 : Scott Mitchell

Post your comment

Comment