Your ASP.NET application displays sales data on a page. You
want to improve performance by holding the page in memory on
the server for one hour. You want to ensure that the page is
flushed from memory after one hour, and that the page is
re-created when the next request for the page is received.
What should you do?
A . Initialize a new instance of the Cache class in the
Application.Start event handler.
B . Initialize a new instance of the Timer class in the
Page.Load event handler.
C . Set the Duration attribute of the OutputCache directive
in the page.
D . In the Web.config file, set the timeout attribute of the
sessionState element.

Answers were Sorted based on User's Feedback



Your ASP.NET application displays sales data on a page. You want to improve performance by holding ..

Answer / js_m

C

Is This Answer Correct ?    4 Yes 0 No

Your ASP.NET application displays sales data on a page. You want to improve performance by holding ..

Answer / sadanandam

c

Is This Answer Correct ?    3 Yes 0 No

Your ASP.NET application displays sales data on a page. You want to improve performance by holding ..

Answer / siva

C Because entire page is stored in output cache. If u stored
in session not only maintain this page, but also sotred all
values in session.

Is This Answer Correct ?    2 Yes 0 No

Your ASP.NET application displays sales data on a page. You want to improve performance by holding ..

Answer / pooja shukla

D

Is This Answer Correct ?    0 Yes 3 No

Your ASP.NET application displays sales data on a page. You want to improve performance by holding ..

Answer / dilip kumar

d

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More ASP.NET Interview Questions

What are Session states available and its Uses?

0 Answers   CTS, iLogic,


Which method is used to force all the validation controls to run?

0 Answers  


How would you enable impersonation in the web.config file?

0 Answers  


What are the built-in objects in asp.net?

0 Answers  


How do you access individual items of an Master Page

5 Answers   TCS,


Is it possible to perform data validations in the database?

1 Answers   Quest,


When does the application ONEND event handler fire?

1 Answers   C Squared Systems, Verinon Technology Solutions,


What is anonymous authentication?

0 Answers  


hi guys do u know how to go one page to one page to another page plz tell me any of u know

3 Answers  


What is a web api?

0 Answers  


In how many ways we can retrieve table records count?

0 Answers  


Define web services in asp.net.

0 Answers  


Categories