Chalaki Systems
Training About

Category Archives: Caching

ASP.NET Cache Related

How to use the System.Web.Caching.Cache Object – ASP.NET Data Caching

By Raja S | Published: March 21, 2010

Data caching is storing of data in web-server’s (IIS) memory for quick access by requesting browsers.  Any information that is expensive to get (in terms of performance) is saved in the data cache. For example, commonly SELECTED database values that do not change often can be stored in data cache.  This way instead of making repeated calls to SELECT […]

Also posted in ASP.NET | Tagged .NET, ASP.NET, ASP.NET Performance, C#, Cache, Data Cache | 2 Responses

ASP.NET 4.0 Output Caching – What is VaryByParam and VaryByCustom

By Raja S | Published: February 9, 2010

One of the easiest ways to cache ASP.NET pages is using OutputCache page directive. ASP.NET output caching reduces the time needed to execute ASP code by simply saving the output of the ASP in the HTML format inside IIS memory and returning the saved or cached HTML in the future request to the same page. So the […]

Also posted in ASP.NET | Tagged .NET, ASP.NET, ASP.NET Performance, C#, Cache, Output Cache, VaryByCustom, VaryByParam | 4 Responses
  • Tags

    .NET ADO.NET ascx ASP.NET ASP.NET Performance asp:Content asp:ContentPlaceHolder C# Cache Canonical CGI Cookies CSS3 Data Access Data Cache Deployment Entity Framework GET HTML5 HTTP HTTP Headers IIS IIS Express 7.5 Install Master Page MVC3 Output Cache Partial Views Port POST Query String Reusable Routes RouteTable SQL Server Compact URL Mapping User Control VaryByCustom VaryByParam ViewState Virtual Directory Visual C# Express 2010 Visual Studio 2010 SP1 Web Platform Installer Windows XP
  • Recent Posts

    • How to design Tag based hierarchical categories, manage them using ASP.NET, EF, MVC, View Models
    • Two ways to render MVC3 Partial Views: Client side Javascript or server side html helper
    • How to Bind a DropDownList with a EditItemTemplate in the GridView
    • Fundamentals of ASP.NET MVC 3 Partial Views
    • How to program MSAGL (GLEE) to create hierarchical graph layouts
  • Calendar

    January 2021
    M T W T F S S
    « Nov    
     123
    45678910
    11121314151617
    18192021222324
    25262728293031
Copyright 2005-2011. Privacy Policy.