AJAX for ASP.NET – It’s about time
November 4, 2006 – 8:43 am
The other day I came across the fact that Microsoft released a free version of AJAX that works with ASP.NET. For those of you developing in ASP.NET or ASP.NET 2.0 this means that you can add AJAX (Asynchronous JavaScript and XML) components to your applications. This was really only available to PHP/MySQL developers before but now even Microsoft coders can play with AJAX. The AJAX component of ASP.NET development is not that old, (it was released on October 20, 2006.) so it is still a beta version but free to download and try. Feel free to check it out at http://ajax.asp.net/
Enjoy developing your ASP.NET applications with the freedom and benefits of AJAX.
Lucas