5.17 Web-Based Applications
The FCL includes support for
creating web-based applications. This
support is known as Web Forms, and consists of a server-side forms
package that generates browser-specific UI (e.g. HTML, DHTML, WAP for
Mobile devices, etc.), a predefined set of HTML-based GUI widgets,
and a component model suited to RAD designer tools. The FCL also
includes a set of classes that manage session state, security,
caching, debugging, tracing, localization, configuration, and
deployment for web-based applications. Finally, the FCL includes the
classes and attributes that produce and consume web services, which
are described previously in this chapter in the "Web
Services" section. Collectively, these capabilities
are known as ASP.NET and are a complete replacement for ASP under
Win32.
For more information, see the following namespaces:
System.Web
System.Web.Caching
System.Web.Configuration
System.Web.Hosting
System.Web.Mail
System.Web.Mobile (.NET 1.1)
System.Web.Security
System.Web.SessionState
System.Web.UI
System.Web.UI.Design
System.Web.UI.Design.WebControls
System.Web.UI.HtmlControls
System.Web.UI.MobileControls (.NET 1.1)
System.Web.UI.MobileControls.Adapters (.NET 1.1)
System.Web.UI.WebControls
|