In modern web development, AJAX (asynchronous JavaScript and XML) is a technique that allows web applications to communicate with a server asynchronously, retrieving and sending data without ...
Asynchronous JavaScript and XML can make your business Web pages more responsive and interactive. AJAX technology allows site visitors to use drop-down menus and other controls to trigger actions ...
Here’s the situation, you’re building a modern web application with all the AJAX-ey goodness users now expect, when suddenly you realize that some of your AJAX calls are not returning current data in ...
During the past few months, I've used this column to explore a number of technologies and techniques related to Ajax, the asynchronous JavaScript and XML paradigm that is the hottest thing in modern ...
Many programmers, myself included, have long seen JavaScript as a way to change the appearance of a page of HTML dynamically or to perform relatively minor tasks, such as checking the validity of a ...
Making the most of Ajax doesn’t end with beautiful code: you also need a solid network infrastructure that won’t choke when client calls surge. In this special feature just for network admins, Ajax ...
Sometimes what you want to test is how your Action method behaves when it's invoked through an AJAX call. Here's how to mock up that call using Moq. In an earlier column on using Moq to create unit ...
The danger to IT organizations is that Ajax technology is being perceived as a direct pipeline into corporate data. That's pushing developers to inadvertently expose more data and server logic than ...