Concepts of Post Cache Substitution in .NET

Explain the concepts of Post Cache Substitution in .NET

Post Cache Substitution: It works opposite to fragment caching. The entire page is cached, except what is to be kept dynamic. When [OutputCache] attribute is used, the page is cached on both the server and the client. Whereas, you use in case of post cache substitution the page is cached on the server only. HttpResponse.WriteSubstitution method is a way to implement it.
Explain the use of localization and Globalization
Use of localization and Globalization - users of different countries, use different languages and others settings like currency, and dates...
Concepts of CODE Page approach - ASP.NET
Concepts of CODE Page approach - Code Page was used before Unicode came into existence..
What are resource files and explain how do we generate resource files?
Resource files and explain how do we generate resource files - Resource files are files in XML format. They contain all the resources needed by an application...
Post your comment