• 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 the infrastructure inside the .NET framework for running web applications?
Active Server Pages .NET (ASP.NET)
What is the method to communicate betwenn the client browser and the Web server using an ASP.NET Web application?
HTTP request and response messages
What are some of the advantages of ASP.NET?
Enhanced application development model, rich class library support, performance, scalability, security, manageability, and extensibility
What is the extension for an ASP.NET web page?
ASPX
Where are ASP.NET web pages placed?
In a virtual directory of a Web Server