Types of caching. How to implement caching?
Answer Posted / sadanandam
there are 3 types of caches is there they ara 1)page caching
2)page fragmentaion caching3)data caching
in case of the page caching the total page will be cached
for certain amount of time(i.e the time will declared by
ourself)and in case of page fragmentation caching only a
part of the data will be cached for some amount of time
Data caching, which allows developers to programmatically
retain arbitrary data across requests
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain about Application and Session Events ?
What is the difference between Session and response.Redirect?
Using code explain Configuration Management
How do we ensure view state has not tampered?
How is it possible for .NET to support many languages?
What is different authentication mechanisms used in ASP.NET?
What does session_start () do?
What is the life-span of the items in the viewstate?
Explain the concept of event bubbling in ASP.NET?
What is viewstate information stored?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
What are the different types of proxy patterns?
Do session use cookies in asp net?
Differentiate between client-side and server-side validations in web pages.