Results 1 to 2 of 2

Thread: Cache object of ASP.NET

  1. #1
    WalkerCook is offline Senior Member
    Join Date
    Dec 2009
    Posts
    253
    Rep Power
    3

    Default Cache object of ASP.NET

    I am last year BSc( I.T) student. Currently I am leering ASP.net. I want to know about Different types of caching using cache object of ASP.NET? All possible replies and suggestions on this topic are very much appreciated. I am waiting for the same.

  2. #2
    PerezMorris is offline Senior Member
    Join Date
    Dec 2009
    Posts
    250
    Rep Power
    3

    Default

    You can use 2 types of o/P caching to cache info that is to be transmitted to and showed in a Web browser:

    Page O/P Caching Page output caching ads the response of page to cache object. Later when page is requested page is displayed from cache before creating the page object and displaying it.

    Page Fragment Caching if parts of the page are changing, you can cover the static sections as user controls and cache the user controls using page fragment caching.

Similar Threads

  1. Object Vs class
    By CollinsBrown in forum Programming
    Replies: 2
    Last Post: 06-24-2010, 10:58 AM
  2. TextStream Object
    By AdamsClark in forum Programming
    Replies: 1
    Last Post: 02-02-2010, 01:58 PM
  3. window object
    By TaylorRyan in forum Operating System
    Replies: 1
    Last Post: 01-30-2010, 02:38 PM
  4. Object -Oriented Pr~gramming in c++
    By neil97 in forum Programming
    Replies: 0
    Last Post: 08-20-2008, 04:48 PM
  5. Object-Oriented Programming
    By brintak in forum Programming
    Replies: 0
    Last Post: 07-05-2008, 08:55 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48