Basic ASP .Net Quiz
Which is not a fundamental service identified in a three-tier architecture?
Which layer is exemplified by a web server?
Which layer is exemplified by a fat client?
Which layer is exemplified by the use of ADO.NET?
How will using a middle tier typically affect the number of connections to a database?
An application layer:
A data layer is responsible for:
What is the minimum number of computers in a three-tier architecture?
Which is a valid type of state management for the creation of web pages?
The stateless HTTP protocol refers to web pages created:
Client-side state management techniques are appropriate when using:
Where does the query string store information?
Where do cookies store information?
Which client-side technique is specific to ASP.NET?
Which client-side technique can be disabled by the end-user?
What symbol specifies the beginning of a query string?
What is the syntax for creating and using an application variable?
Which server-side technique is available in ASP.NET?
An Application variable is created:
A Session variable is created:
If there is no activity from a browser, how long will a session variable last?
Which is not a reason for using a database to store state information?