ASP.NET AJAX: Difference between revisions

Content deleted Content added
cleaned up ajax link
CodemauL (talk | contribs)
No edit summary
Line 1:
Atlas is Microsoft's codename for a set of extensions to [[ASP.NET]] for implementing [[Ajax_(programming)|Ajax]] functionality.
 
Including both client-side and server-side components, Atlas allows the developer to create rich web applications in ASP.NET 2.0 which can update data on the web page without a complete reload of the page (a "round trip" to the server). The key technology which enables this functionality is the [[XMLHttpRequest]] method. Atlas is a free add-on to .NET.
 
AsThe ofAtlas this writing, AtlasAPI is still inquite thenew developmental- stage. Moremore information is available at [http://msdnatlas.microsoft.com/asp.net/info/future/].