You are the developer of a web application that is retrieving historical books information from a database server and displays it to the users of your application. What cache strategy will give you the best performance ?
Use the output cache
Use the cache object
Use the ASP.NET central cache
Use the client cache
Which is not ture about Smartnavigation ?
retain only the last page visited in the browser's history
eliminate any flash caused by navigation
Doesn't work with sites protected with SSL
persist scroll position when moving from page to page
Which is true about ASP.net support ?
ASP.NET doesn't support server-side includes
ASP.NET doesn't support server-side includes but supports server-side object tags
ASP.NET doesn't server-side object tags
ASP.NET support server-side includes and server-side object tags
How to protect view state from tampering when it's passed over an unencrypted channel ?
In Page directive set EnableViewStateMac="true"
In Register directive set EnableViewStateMac="true"
In web config set Protectviewstate="true"
In IIS set Viewstate protection.
What method must be overridden in a custom control ?
The Paint() method
The Control_Build() method
The Render() method
The default constructor
What is used to validate complex string patterns like an e-mail address ?
Extended expressions
Regular expressions
Irregular expressions
Basic expressions
What does ASP stand for ?
All Standard Pages
Active Server Pages
A Server Page
Active Standard Pages
What important standard is used to connect client browsers with web servers ?
HTTP
TCP/IP
ASP.NET
HTML
What ASP.NET object is used to get information about the web servers ?
The Server object
The Application object
The Request object
The Response object
What method(s) must be used with the Application object to ensure that only one process accesses a variable at a time ?
Synchronize()
Lock() and UnLock()
Lock()
Asynchroize()