ASP.NET Namespace
|
Meaning in Life
|
System.Web
|
System.Web defines core types that enable browser / Web server communication (such as request and response capabilities, cookie manipulation, file transfer services, and so on).
|
System.Web.Caching
|
This namespace contains types that facilitate caching support for a Web application.
|
System.Web.Handlers
|
This namespace contains HTTP handler classes that process HTTP requests to a Web server.
|
System.Web.Profile
|
This ASP.NET namespace contains types that enable work with the new profile management APIs.
|
System.Web.Security
|
Security support for ASP.NET Web applications.
|
System.Web.SessionState
|
Defines numerous types that enable the development of Web pages that support session variables.
|
System.Web.UI System.Web.UI.WebControls System.Web.UI.HtmlControls
|
These namespaces define a number of types that enable the building of Graphical User Interface (GUI) front ends for Web applications using ASP.NET Web controls and HTML-based controls.
|
System.Web.UI.WebParts
|
This contains types that enable the building of Web pages that support “Web parts” technology.
|