System.Web

The System.Web namespace has many classes. Embedded namespaces contain yet more classes. The following demonstrates a simple application that shows the processes running on the Web server. This application does not show functionality that could not be achieved with start ASP, but it does offer a new model for developing software for the Web. Hopefully, this sample will pique your curiosity and you will search more in-depth sources to get a feel for just how extensive the Web services in the .NET Framework are.

This sample took about 10 minutes to write. The process involved starting up Visual Studio .NET and opening a new Web application project. Then a Table control was added and resized, and code was added code in Page_Load to initialize ...

Get .NET Common Language Runtime Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.