AZ-204 · Question #79
Case Study 7 - Proseware, Inc Background You are a developer for Proseware, Inc. You are developing an application that applies a set of governance policies for Proseware's internal services, external
The correct answer is D. Session state. Azure Cache for Redis provides a session state provider that you can use to store your session state in-memory with Azure Cache for Redis instead of a SQL Server database. Scenario: You have a shared library named PolicyLib that contains functionality common to all ASP.NET Core w
Question
Options
- ATempData
- BHttpContext.Items
- CViewState
- DSession state
How the community answered
(34 responses)- A18% (6)
- B6% (2)
- C3% (1)
- D74% (25)
Explanation
Azure Cache for Redis provides a session state provider that you can use to store your session state in-memory with Azure Cache for Redis instead of a SQL Server database. Scenario: You have a shared library named PolicyLib that contains functionality common to all ASP.NET Core web services and applications. The PolicyLib library must: Ensure that scaling actions do not disrupt application usage. https://docs.microsoft.com/en-us/azure/azure-cache-for-redis/cache-aspnet-session-state-
Topics
Community Discussion
No community discussion yet for this question.