Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7583029
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T18:34:58+00:00 2026-05-30T18:34:58+00:00

I understand having a static variable in ASP.NET MVC does not warrant the variable

  • 0

I understand having a static variable in ASP.NET MVC does not warrant the variable is created only once.

What is the correct way to store a handful of frequently used objects (globally shared between requests) for the lifetime of the application?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T18:35:00+00:00Added an answer on May 30, 2026 at 6:35 pm

    I would use regular ASP.NET data cache.

    Application State is only useful if the data rarely changes, but by the sounds of the question, it will change often. It’s also free-threaded, and doesn’t scale (e.g in a web farm scenario).

    With cache, you can control the expiry of the items, specify callbacks when the items are removed, use sliding expiration, access it via interfaces which means it can be tested easily (whereas application state will have to be mocked), and can scale easily if you set it up correctly.

    It’s much more robust that a simple get/set wrapper around the application state.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The way I understand it, having a member variable declared as static in a
I understand that one benefit of having static member functions is not having to
I'm only really beginning IOS development but have a few years dev of ASP.net
I am trying to understand if having different number of columns for different rows
I'm having terrible trouble trying to understand python scoping rules. With the following script:
I can understand wanting to avoid having to use a cursor due to the
I've been having a hard time trying to understand PyPy's translation. It looks like
I understand passing in a function to another function as a callback and having
I think I understand the basic principals of T4 but I'm having a hard
I am having a hard time understanding the nuances of git-fetch. I understand that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.