Skip to main content

Posts

Showing posts from August, 2013

The Microsoft AJAX Library Namespaces

Microsoft AJAX Library Namespaces The Microsoft AJAX library is about two things - Extending the Javascript language  Providing a base framework for common AJAX tasks. Organization of AJAX library namespaces: Global : It extends many of the functionality of Javascript language, including Number, String, Date, Array. It also includes Type class which is used for registering object oriented items with Javascript. Sys Sys.net Sys.Serialization Sys.Services Sys.UI Sys.Webforms