Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • passing of typed values between web forms
  • continuous operation/flow of execution across post-backs
  • transparent maintenance of a "stack" of windows/arguments
  • natural exception handling – an exception thrown by a callee can be
    catched caught by any caller up (or better: down) the "stack"

...