NET AJAX. The members of this namespace are classes responsible for the
core AJAX functionality you have seen so far in the book. These classes do all the under
the hood heavy lifting, handling issues such as data serialization, application life cycle,
and asynchronous operation, to just name a few. Extensive coverage of all the classes and
features of this namespace is well beyond the scope of this chapter, but you will learn
about some of the key pieces of this important namespace.
Table 4-9 lists the main namespaces of the ASP.NET AJAX Client Library.
Table 4-9. Namespaces of the ASP.NET AJAX Client Library
Namespace Description
Sys Root namespace; also contains some base classes such as
Sys.CultureInfo
Sys.Net Provides networking and communication support such as facilities to
access web services
Sys.UI Contains a set of classes for comprehensive UI support, such as events
and control properties
Sys.Services Provides support for ASP.NET application services, such as
Login/Authentication
Sys.Serialization Provides support for data serialization/JSON
Sys.
Pages:
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126