|
How to clear cached objects programatically?
|
Total Hit (2778) |
When you use cached output on your ASP.net page it won't be refreshed until times out or you recompile the web application. During development you might need to refresh your content frequently for testing purpose and then you can face problem because of cached output. Here is a simple solution to th
....Read More |
Rating
|
|
|
Use ASP.NET caching to optimize your Web applications
|
Total Hit (1045) |
The ASP programming model includes the Application object, which allows developers to place both simple data types and COM objects in memory on the Web server so they could be accessible on any page, regardless of the current user. While ASP’s Application object retains its original functionality in
....Read More |
Rating
|
|
|
Caching in .Net - Overview
|
Total Hit (953) |
One of the new features in ASP.NET is a system for caching page and application data, so that you don’t have to perform the same expensive process every time someone views a page.
Page caching: Caching can be performed on a per-page basis, or on a per-user-control basis, letting you store part o
....Read More |
Rating
|
|
|
Caching ASP.NET Pages
|
Total Hit (960) |
ASP.NET includes a simple yet powerful way to increase a Web server's throughput by allowing the entire response content from dynamically generated pages to be cached.
|
Rating
|
|
|
ASP.NET Caching Features
|
Total Hit (974) |
When clients access an ASP.NET page, there are basically two ways to provide them with the information they need:
«li»the ASP.NET page can either obtain information from server resources, such as from data that has been persisted to a database, or
the ASP.NET page can obtain information from w
....Read More |
Rating
|
|
|
A Sliding Window Cache
|
Total Hit (1050) |
An example of setting the same "Source" object to expire 20 minutes after it is last accessed looks like:
|
Rating
|
|
|
Page and Data Caching in .Net
|
Total Hit (4795) |
In this article we’re going to take a look at the features available to the ASP.NET programmer that enable performance improvement via the use of caching. Caching is the keeping of frequently used data in memory for ready access by your ASP.NET application. As such caching is a resource trade-off be
....Read More |
Rating
|
|
|
Cache my pages or data?
|
Total Hit (934) |
Caching is a technique widely used in computing to increase performance by keeping frequently accessed or expensive data in memory. In the context of a Web application, caching is used to retain pages or data across HTTP requests and reuse them without the expense of recreating them.
....Read More |
Rating
|
|
|
Caching Techniques In ASP.NET - Part I
|
Total Hit (823) |
In order to build scalable web sites it is important to optimize the way your web pages are served to the user. Consider a web site that provides a list of certain products to the user. The products are not going to change frequently. In traditional ASP such product catalog page will be processed ea
....Read More |
Rating
|
|
|
Caching Techniques In ASP.NET - Part II
|
Total Hit (844) |
Just like we can cached the output of web forms and user controls we can also cache data i.e. variables, objects of our application. This is possible via a special object called Cache. Cache object is similar to application object in that it exists for the entire application. It differs from applica
....Read More |
Rating
|
|
|
Caching with ASP.NET Part-1
|
Total Hit (1078) |
In classic ASP, one of the techniques developers commonly relied on to speed up processing was the use of caching. One could, fairly easily, build their own caching system using Application variables, as highlighted in the FAQ, How can I use Application-level variables to cache information? There we
....Read More |
Rating
|
|
|
Caching with ASP.NET, Part-2
|
Total Hit (3144) |
In Part 1 we looked at how to use Output Caching and Fragement Caching of an ASP.NET Web page. These two techniques cached either the full HTML output of an ASP.NET Web page, or a portion of the HTML output of an ASP.NET Web page (by caching the HTML output of a User Control). In this part, we'll ex
....Read More |
Rating
|
|
|
|
OmniSearch (Google Caching Engine)
|
Total Hit (896) |
OmniSearch attempts at showing a way to reduce the number of hits to the Google Web Service by caching searches.
|
Rating
|
|
|
|