Developing Web Applications

Previous Topic Next Topic

Factoring Your Application

A Web application is a hierarchy of interdependent pages, each one representing a distinct stage of the application. Web applications map an ordered sequence of input events to a corresponding sequence of output events, using a finite number of elements.

Most Web applications make use of (or should make use of) the following: content, hyperlinks, forms, components, server-side actions, redirection, and loops.

You can create a huge variety of complex applications using the elements just described in this list.


© 1997-1999 Microsoft Corporation. All rights reserved.