473,797 Members | 3,126 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HttpContext.Cac he

Does anyone know of some good resources (books, sites) that provide info
on HttpContext cache and asp.net (as well as .net runtime) caching?

I just got amazed at the cache when I saw tracing results on the asp.net
pages. It saved so much time when loading collections from the database.
Now I want to know more so that I can watch out for problems using the
cache (memory load for instance). MSDN and many other sites just
document calls, no discussion or things like that.

Thanks,

l
Nov 19 '05 #1
3 3190
This should do:
Chapter 6 -Improving ASP.NET Performance -> Caching Explained
http://www.msdn.microsoft.com/asp.ne...netchapt06.asp

You might also navigate to
http://www.msdn.microsoft.com/asp.ne...l/scalenet.asp
to read the whole book: Improving .NET Application Performance and
Scalability

Regards

---------------------------------------
Daniel Walzenbach
MCP

www.walzenbach.net

"laimis" <si*****@iit.ed u> schrieb im Newsbeitrag
news:eh******** *****@TK2MSFTNG P15.phx.gbl...
Does anyone know of some good resources (books, sites) that provide info
on HttpContext cache and asp.net (as well as .net runtime) caching?

I just got amazed at the cache when I saw tracing results on the asp.net
pages. It saved so much time when loading collections from the database.
Now I want to know more so that I can watch out for problems using the
cache (memory load for instance). MSDN and many other sites just document
calls, no discussion or things like that.

Thanks,

l

Nov 19 '05 #2
Daniel Walzenbach wrote:
This should do:
Chapter 6 -Improving ASP.NET Performance -> Caching Explained
http://www.msdn.microsoft.com/asp.ne...netchapt06.asp

You might also navigate to
http://www.msdn.microsoft.com/asp.ne...l/scalenet.asp
to read the whole book: Improving .NET Application Performance and
Scalability


Thanks man!!! Exactly what I was looking for.. MSDN should either
improve their search engine or I should use better queries :)

laimis
Nov 19 '05 #3
Good to hear that I could help you!

Greetings
---------------------------------------
Daniel Walzenbach
MCP

www.walzenbach.net

"laimis" <si*****@iit.ed u> schrieb im Newsbeitrag
news:OD******** ******@TK2MSFTN GP10.phx.gbl...
Daniel Walzenbach wrote:
This should do:
Chapter 6 -Improving ASP.NET Performance -> Caching Explained
http://www.msdn.microsoft.com/asp.ne...netchapt06.asp

You might also navigate to
http://www.msdn.microsoft.com/asp.ne...l/scalenet.asp
to read the whole book: Improving .NET Application Performance and
Scalability


Thanks man!!! Exactly what I was looking for.. MSDN should either improve
their search engine or I should use better queries :)

laimis

Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
489
by: George Ter-Saakov | last post by:
What is HttpContext.Cache for ? The usual HttpRequest lasts miliseconds. Why would someone to cache anything? We do have HttpContext.Items to keep any extra info during the request. Can someone explain me the use of the HttpContext.Cache. Thanks.
5
3725
by: DesignerX | last post by:
What is the difference between Page.Cache and HttpContext.Current.Cache? Do these access the same thing? Is there any easy way to clear all items in the cache? TIA, Stan
3
2240
by: James | last post by:
If I have set the session state for an asp.net application to be out of process how does this affect the HttpContext.Cache? What I want to know it is possible to store the Cache out of process as well? Because I read in MSDN that: One instance of this class is created per application domain, and it remains valid as long as the application domain remains active. Information about an instance of this class is available through the Cache...
4
5370
by: Mat | last post by:
Hi, I've stumbled onto a problem when using the caching object in ASP.Net. I'm placing a static dataset to the cache as the data only changes once a day. Whilst writing to the cache I'm using a lock using code like below (just typed this in); Cache thisCache = HttpContext.Current.Cache lock(thisCache)
3
2771
by: xzzy | last post by:
A. I need to access: System.Web.HttpContext.Current.Cache but get this error: "Object reference not set to an instance of the object" B. System.Web.HttpContext.Current.Cache is accessible outside of this class.
2
3994
by: kplkumar | last post by:
This is the scenario. The flow of control goes from WebService --> OurManager --> Persistence --> Database also OurManager spwans a thread to execute the EmailSubsystem. This system ues the persistence to retrive some information from the database as well. Our persistence layer depends on the HTTPContext for caching. So when I try to spawn a thread from OurManager subsystem to execute
4
11900
by: msch-prv | last post by:
Hello. I am trying to use caching to populate a datalist. The select method of the associated objectdatasource calls up GetRecipePageByRecipeCatID() to request the proper data (I am using custom paging at SQL level so there is a paging idx as well). The code works fine when caching is edited out. Problem. The cache object is only created the first time around. When the dtl ia refreshed, th HttpContext.cache object always returns...
6
5190
by: =?Utf-8?B?emlubw==?= | last post by:
in asp.net 2, I load a dataset from the Cache object into a local object to use to perform processing. I had been using httpcontext.current.cache and what I noticed is sometime I'm not able to get the dataset out of the cache. the application is under heavy hits, and is set to email me on every error. and once or twice every month I get these error e-mail about this issue. why does the HTTPContext.Current.Cache call work sometimes, while...
3
8912
by: Madhur | last post by:
Hello I am delivering an asp.net 2.0 application to my customer. I need to know, If I need to check for the condition of HttpContext.Current to be null in my business logic. I have extensively used Cache and Session objects, and currently I assume HttpContext.Current object to be existent. Also, since I do not have this check, some of my unit test cases fail because there is no HttpContext for them.
8
2545
by: SpaceMarine | last post by:
hello, my web app form has many DropDownLists that pull their content from a database. these calls are in a Business Access Layer, when first checks the context's Cache object for existing copies. to do that, the BAL needs to be aware of the user's HttpContext. question: how expensive is it for each BAL method to instantiate the current context, like so:
0
9685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10468
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10205
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10021
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6802
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5458
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5582
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4131
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3748
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.