Tag: Development

Community

Caching Part II (Output Caching)

(Abey George) Output caching can be used when the content of your page is fairly static. It provides the capability to cache response generated from dynamic pages for the purpose of increasing the application performance. In order for a page to be cached using output caching it must have an expirati

Community

Application Domains in .NET

(Joydip Kanjilal) An Application Domain is a light-weight process. It is a logical and physical unit of isolation built around every .NET application by the Common Language Runtime (CLR) and contains its own set of code, data and configuration settings. Multiple application domains can exist simul