sorted by:
best match first |
newest listings first
Featured Listings
- Donut Caching in ASP.NET MVC
With ASP.NET MVC , you can easily cache the output of an action by using the OutputCacheAttribute like so. [OutputCache(Duration=60, VaryByParam="None
From: Phil Haack - ASP.NET - 11/6/2008
- Ouput Caching in ASP.NET MVC Framework - OutputCacheAttribute and Cache Profiles
ASP.NET MVC has the OutputCacheAttribute as well for simple caching needs.
From: David Hayden - ASP.NET - 4/15/2009
- ASP.NET disk-based caching
I was recently playing with the idea of implementing disk-base caching for pages that had a high read-to-write ratio. On top of being practically read
From: Darrell Norton - ASP.NET - 8/16/2009
- Dynamically Generating and Caching Images in ASP.NET with the GeneratedImage Control
CodePlex is Microsoft's open source project community and provides a free hosting platform for open source projects created in .NET.
Microsoft's own A
From: 4GuysFromRolla.com Headlines - ASP.NET - 4/22/2009
- Caching rendered control output
During the recent discussion here about view state errors, I examined the view state that was being saved for the very page you're looking at. It was
From: mike's web log - ASP.NET - 5/31/2008
- Windows Advisor: Credential Caching on a Windows Server 2008 RODC
Admin wants to know what threat is posed with password caching if an RODC is stolen.
From: Microsoft Certified Professional Magazine Online | Columns - ASP.NET - 12/1/2008
- Pop Quiz: Credential Caching (Exam 70-642)
From: Microsoft Certified Professional Magazine Online | Columns - ASP.NET - 11/24/2008
- Steve Smith's Awesome Caching Pattern
My friend Steve Smith who wrote this article has solved a major problem for me. With his permission I'm duplicating some of his code here. About one i
From: Scott Cate .net Knowledge Base and Weblog - ASP.NET - 10/6/2007
- Unit Testing ASP.NET Data Caching
A class for unit testing ASP.NET data caching when using SQL Server.
From: The Code Project Latest Articles - ASP.NET - 11/9/2008
- AJAX Look Up Caching
Cache server response to reduce server load.
From: The Code Project Latest Articles - ASP.NET - 2/22/2009
- Luca Bolognese on Asynchronous HTML caching in VB.NET (Lisa Feigenbaum)
You may know Luca Bolognese from his well-known work on C# LINQ. Luca is now the Group Program Manager for VB.NET, C#, and F#. You can check out his b
From: The Visual Basic Team - ASP.NET - 4/29/2009
- ASP.NET Podcast Show #129 - Caching with .NET 3.5 SP1
Subscribe
to All!
Subscribe to
WMV.
Subscribe to
M4V (iPod).
Subscribe to
MP3. Download WMV . Download M4V (iPod) . Download MP
From: Wallace B. McClure - ASP.NET - 12/4/2008
- ASP.NET 4.0 AJAX - Caching Data on the client
One of the interesting new objects in ASP.NET 4.0 AJAX is the
DataView. its a client side object which is associated with a display
tag of some type.
From: Wallace B. McClure - ASP.NET - 3/26/2009
- Obtaining and Caching a Lot of Words
It is surprising how often I wish I had a lot of words handy. This week it has been because I've wanted to play with the AutoCompleteBox (you ju
From: More Signal, Less Noise - ASP.NET - 11/10/2008
- Firefox 3.0 and (ASP.NET) caching observations
1. Have a page with code in Page_Load Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Response.Cache.SetA
From: Joteke's Blog - ASP.NET - 6/30/2008
- ASP.NET disk-based caching
I was recently playing with the idea of implementing disk-base caching for pages that had a high read-to-write ratio. On top of being practically read
From: Karl Seguin - ASP.NET - 8/16/2009
- ASP.NET Podcast Show #129 - Caching with .NET 3.5 SP1
Subscribe
to All!
Subscribe to
WMV.
Subscribe to
M4V (iPod).
Subscribe to
MP3. Download WMV . Download M4V (iPod) . Download MP
From: ASP.NET Podcast - ASP.NET - 12/4/2008
- Load Testing Crystal Reports Caching Features
In this article, Eric tests the out of the box caching capability of Crystal Reports. Using the testing component of Visual Studio, Eric shows load test results from a Crystal Reports test suite.
From: ASPAlliance.com - Articles, reviews, and samples for .NET Developers - ASP.NET - 3/23/2009
- AJAX caching problem
People all over the internet are talking about the hottest buzzword - AJAX (or Asynchronous JavaScript and XML). As we already know, it is not a techn
From: E-Surfer's Weblog - ASP.NET - 10/1/2008
- Caching in ASP.net
The article caching in ASP.net was added by pmehra2003 on Saturday, February 07, 2009.caching Author: Prakash Singh Mehra Introduction: It is a way to
From: ASP.NET Developer Wiki - ASP.NET - 2/7/2009
- Caching in ASP.net: Revision 1
The article caching in ASP.net was added by pmehra2003 on Saturday, February 07, 2009.caching Author: Prakash Singh Mehra Introduction: It is a way to
From: ASP.NET Developer Wiki Latest - ASP.NET - 2/7/2009
- Caching Data During the Lifespan of a Request
Monthly tip #1: Scott Mitchell shows how to use caching data during the lifespan of a request
From: ASP.NET Community - ASP.NET - 1/10/2009
- Caching Data at Application Startup
In any Web application some data will be frequently used and some data will be infrequently used. We can improve the performance of our ASP.NET applic
From: ASP.NET Community - ASP.NET - 6/7/2007
- Caching Data in the Architecture
In this tutorial we learn how to take advantage of our layered architecture to cache data at the Business Logic Layer. We do this by extending the architecture to include a caching Layer.
From: ASP.NET Community - ASP.NET - 6/6/2007
- Caching Data with the ObjectDataSource
caching can mean the difference between a slow and a fast Web application. This tutorial is the first of four that take a detailed look at caching in
From: ASP.NET Community - ASP.NET - 6/5/2007