Categories: Asp.Net

ASP.NET,Data Caching, Output Caching, Fragment Caching, Post Cache Substitution

This article is about different caching techniques in .Net. It explains in-depth about output caching, fragment caching, data caching,post substitution in ASP.NET.

Categories: Asp.Net

ASP.NET, Application state Management, Query string, Session,Application, Cookies

An article about state management in ASP.NET. It explains different state management techniques in asp.net. Those are client side state management like Cookies,Query string and view state and server side state management like Sessions and Application.