• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/5

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

5 Cards in this Set

  • Front
  • Back
What is ASP.Net?
ASP.Net is an IIS ISAPI extension or .dll that analyzes requests, configures the runtime environment, runs the request, and outputs html
What is the ASP.Net component model?
The component model is a hierarchy of components that abstract the controls, the page, and the application services on the IIS server to make them easier to program
What is the ASP.Net development stack?
The web controls, the Page object, and the application services.
What is the Provider model?
The provider model is an implementation of the strategy pattern. The pattern provides a way for an object or subsystem , to expose its internals so that a client can unplug the default implementation and plug in its own.
What is the process model?
Sequence of events necessary to process a request