The ASP.NET AJAX site contains the latest information about the current status of the framework as well as upcoming news and
changes. The forums are also a valuable resource for discussions and solutions to complex problems:
“How do I”—A collection of webcasts titled “How do I” with ASP.NET AJAX is available at http://www.asp.net/learn/videos/default.aspx?tabid=63#ajax. Many of the videos are dedicated to extenders shipped with the Ajax Control Toolkit.
Patterns—An exhaustive and frequently updated list of Ajax patterns and links to implementations is available at the AjaxPatterns.org
website, http://ajaxpatterns.org.
ScriptManager—For a complete reference to the ScriptManager control’s properties, methods, and events, as well as the other server controls
in the ASP.NET AJAX framework, visit the Server Reference section of the online documentation at http://ajax.asp.net/docs/mref/R_Project.aspx.
Ajax Control Toolkit—http://www.codeplex.com/AtlasControlToolkit. From the home page, you can download the binaries and the source code for the latest release. You’ll find also the official
bug tracker for the project and useful information about becoming a contributor.
PHP—Steve Marx, a Microsoft Ajax evangelist, has started a project called PHP for Microsoft Ajax Library aimed at providing support
for using the Microsoft Ajax Library with PHP. The project is located on the CodePlex website, at http://codeplex.com/phpmsajax.
Firebug—An essential tool for debugging JavaScript applications in Firefox, available at http://www.getfirebug.com/.
Web Development Helper—For IE users, a tool developed by Nikhil Kothari (http://www.nikhilk.net) that you can use to debug HTTP traffic, log debug messages, and inspect scripts. It also includes an HTTP request/response
viewer with support for partial rendering.
XMLHttpRequest
The ASP.NET AJAX framework abstracts away any use of the XMLHttpRequest object; however, you should have a basic understanding
of how it works under the hood. These URLs offer more insight into the protocol and use of the control:
Yahoo! Design Pattern Library—Describes and shows various visual patterns that can be implemented with the Toolkit’s animation framework. Check them at
http://developer.yahoo.com/ypatterns/.