Caching in ASP.net
The main benefits of caching are performance-related: operations like accessing database information can be one of the most expensive operations of an ASP page’s life cycle. If the database information is fairly static, this database-information can be cached. Caching helps… Read moreCaching in ASP.net