ASP.NET MVC inaction

Ajax, or Asynchronous Javascript And XML, is a term coined by Jesse James Garret describing a clever new technique to make web applications more dynamic. Ajax introduced a new era of web applications. It is a technique that uses the browser’s Javascript capability to send a request to the server asynchronously. This enabled applications to become richer and more user-friendly by updating small sections of the page without requiring a brutal full page refresh. In today’s web, the vast majority of major websites have leveraged this technique to their advantage. Users are demanding this type of rich, seamless interaction with websites. You aren’t going to let them down, are you?