- Shuffle
Toggle OnToggle Off
- Alphabetize
Toggle OnToggle Off
- Front First
Toggle OnToggle Off
- Both Sides
Toggle OnToggle Off
Front
How to study your flashcards.
Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key
Up/Down arrow keys: Flip the card between the front and back.down keyup key
H key: Show hint (3rd side).h key
![]()
PLAY BUTTON
![]()
PLAY BUTTON
![]()
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
|