Glossary:Definition - Ajax
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term | Ajax | |
| Definition | Ajax—shorthand for Asynchronous Javascript and XML—is a technique for creating interactive Web applications. Like DHTML, Ajax is not a technology unto itself; rather, it is a term that refers to the use of a set of technologies to achieve an end. The goal is to create Web pages which are more responsive by exchanging small amounts of data with the server behind the scenes. This way, the entire Web page need not be reloaded each time the user makes a change. Thus, the developer can increase the interactivity, speed, and usability of the Web interface.
The Ajax technique uses a combination of:
| |
| See also | Atlas, JSON | |
| This C# Online.NET definition is from the Glossary of .NET / C# Terms. | ||