November 13, 2006

ATLAS: POST is slower than GET

A good article explaining that ATLAS defaults to POST when calling back and that POST is generally slower than calling a GET. However GET only supports strings, dates and numerals. The article goes on and shows how to implement a GET statement from your web service.

Very handy if you're looking to increase performance on your AJAX.NET app, if applicable of course :)

kick it on DotNetKicks.com

No comments: