Monday 12 December 2011

Ajax: Introduction and Advantages


Basically, the term AJAX stands for Asynchronous JavaScript and XML. A set of technologies coming under this development environment is referred collectively as AJAX.  It represents a similar concept to the Client-server development, but here the amount of data transferred is minimized over a terminal application by transferring only the necessary data back and forth. Similarly, with AJAX, only the necessart data is transferred back and forth between the Client and the web server. This clear minimizes the network utilization and processing on the Client.
The main technical advantages of AJAX are as listed:
Ø  Minimal data transfer
Ø  AJAX allows asynchronous calls
Ø  Only limited processing on the server
Ø  High responsiveness
Ø  Rapid location of the context of the page
At SPEC INDIA, with the development of ASP.NET applications and websites, our developers make a very smart use of all the AJAX tools. The primary reason as always been to minimize the page loading time and hence to add to the speed of the website functioning.

No comments:

Post a Comment