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

  • Home
  • SEARCH
  • 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 1051915
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T17:00:39+00:00 2026-05-16T17:00:39+00:00

Among methods: static variables, viewstate, session and cache for avoiding on loading repeatedly and

  • 0

Among methods: static variables, viewstate, session and cache for avoiding on loading repeatedly and less making queries to the database.

What do you think the best method of the 4 above? I think cache is the best one? Or any other methods better in Asp.net 3.5 or higher?

  • 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-16T17:00:39+00:00Added an answer on May 16, 2026 at 5:00 pm

    If the data being retrieved is user specific, consider using Session. If it’s the same data shared among all users, consider using the cache.

    I’d discourage using view state to cache database results because it quickly inflates the size of the rendered markup. On top of that, view state content must not only be downloaded but also is POSTed back to the server when the form is submitted, so with view state you pay the performance penalty twice.

    Another option you didn’t mention is to use the HttpContext.Items collection. This makes for a great way to cache database data per-request. This technique is quite helpful if you have many separate modules in a page (such as the master page and User Controls) that are retrieving the same data, as it allows that data to be requested once and then cached for the lifetime of that particular request. For more information, refer to HttpContext.Items – a Per-Request Cache Store.

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

Sidebar

Related Questions

I'm just curious about which among variables and methods inside a class were initialized
I wonder which method among the following three methods is the best to perform
I was told that static methods in java didn't have Inheritance but when I
In code I've seen, some people often use private variables, e.g. private static int
I am making a database to store information about the users of my website
I'm trying to debug a method which among other things, adds items to a
I am looking for a method to share resources among siblings. For example, if
i want to know which parsing method is best to use among Simple XML
I have an interface that, among other things, implements a public IEnumerator GetEnumerator() method,
Among FTP, HTTP, SSH, etc. and given a consistent, broadband internet connection what is

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.