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
What is session and cookies in asp.net?
What is postback in asp net?
What are the differences between application object and session object?
Define asp.net caching?
In which event of the page viewstate is available?
when a request is made in Life cycle of ASP.NET page .
Explain the difference between web user control and web custom control?
Why cyclomatic complexity is important?
Explain the different types of directives in .net?
What are the features that make asp.net more used framework? : asp.net mvc
Why do we use datasource in asp.net?
What is rich control in asp.net?
What is the use of express session?
What are the asp.net server side objects?
What are the components of ado.net?