ASP.net Ajax under the hood secrets
I have published a new article in codeproject:
ASP.net Ajax under the hood secrets
You will find the following tricks on it:
- Batch call advantages and disadvantages
- Implement auto retry in all web method call by modifying Ajax core framework
- Implement queue based web method call in order to prevent browser from getting stuck with too many Ajax calls
- Caching web method response, fix bug in ASP.net 2.0 cache header problem
- How slow is Http Post, capture data transfer over the wire and see
Some of the techniques may be known to you if you have read my earlier posts. But I have converted all code to the latest ASP.net Ajax Beta 2 version which is not available in the blog posts.
Please rate the article if you like it at codeproject.
Also please digg this article.