Friday, October 21, 2005

                       

Google Maps! AJAX-Style Web Development Using ASP.NET

Vishwas Lele of Applied Information Sciences talks about the Ajax Style web development using ASP.NET in an article published in .NET DEVELOPER'S JOURNAL. This article talks about the AJAX using ASP.NET.

In the past few months, the design pattern of combining Asynchronous JavaScript and XML (AJAX) to develop highly interactive Web applications has been growing in popularity. High-profile Web applications such as Google Maps and A9 are currently leveraging the combination of these technologies to produce rich client-side user experiences. The individual technologies that compose AJAX are not recent developments; they have been around for some time and have been continuously updated and improved. However, it is the recent confluence of these technologies that is leading to interesting possibilities.

AJAX-style Web applications exhibit the following characteristics:

>> Asynchronous requests made to the Web server.
>> High dependence on browser-based logic written in JavaScript.
>> Exchange of nonpresentation XML-based data between the browser and the Web server.

Check out full article here.



<< Home

This page is powered by Blogger. Isn't yours?