Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. need for cache in asp.net(c#)2.0

need for cache in asp.net(c#)2.0

Scheduled Pinned Locked Moved ASP.NET
csharpquestionasp-net
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Balaji_Reddy
    wrote on last edited by
    #1

    hi their,pls anyone could explain me what is cache and how can we implement it in our code?:confused:

    D B J S 4 Replies Last reply
    0
    • B Balaji_Reddy

      hi their,pls anyone could explain me what is cache and how can we implement it in our code?:confused:

      D Offline
      D Offline
      David Mujica
      wrote on last edited by
      #2

      Check this out ... .Net Cahcing[^]

      1 Reply Last reply
      0
      • B Balaji_Reddy

        hi their,pls anyone could explain me what is cache and how can we implement it in our code?:confused:

        B Offline
        B Offline
        Brij
        wrote on last edited by
        #3

        Also have a look to this also Exploring Caching in ASP.NET

        Cheers!! Brij Check my latest Article :Exploring ASP.NET Validators

        1 Reply Last reply
        0
        • B Balaji_Reddy

          hi their,pls anyone could explain me what is cache and how can we implement it in our code?:confused:

          J Offline
          J Offline
          Jamil Hallal
          wrote on last edited by
          #4

          Hi, ASP.NET caching enables you to create high-performance web applications. You can cache individual objects such as DataSets, and you can also cache objects that you have created yourself. If you have a ASPX page that contains lots of work behind the scenes, you can also do page level caching, or sections of a page if you have user controls inside that page. When to use caching If you are recreating information on each page request, caching might be a good idea. But before you go cache-happy, think about how this will effect your application. For example, a news related site might not want to cache its front page for longer than 1 minute, while the actual article can be cached for much longer. Please check this article: http://msdn.microsoft.com/en-us/library/18c1wd61(VS.71).aspx

          1 Reply Last reply
          0
          • B Balaji_Reddy

            hi their,pls anyone could explain me what is cache and how can we implement it in our code?:confused:

            S Offline
            S Offline
            Sandesh M Patil
            wrote on last edited by
            #5

            Search on google or check msdn...anyway r u a beginner then buy a .Net book :) :zzz:

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups