Microsoft
70-519 · Question #82
You have an ASP.NET Web application that displays charts that are generated daily from data in a Microsoft SQL Server database. Each chart is implemented as a user control that displays data…
The correct answer is B. Use fragment caching. See the full explanation below for the reasoning.
Question
You have an ASP.NET Web application that displays charts that are generated daily from data in a Microsoft SQL Server database. Each chart is implemented as a user control that displays data retrieved from the database. Data retrieval and chart generation consume a significant amount of resources. Users of the Web application generate unique reports that contain one or more chart controls. Each chart is common to many reports. You need design a solution to improve the performance of the Web server. Which approach should you recommend?
Options
- AUse page caching.
- BUse fragment caching.
- CUse the application cache.
- DUse SQL cache dependency.
How the community answered
(22 responses)- A5% (1)
- B73% (16)
- C5% (1)
- D18% (4)
Community Discussion
No community discussion yet for this question.