What is caching? What are the different types of caching?
Answer Posted / daya dumbre
Caching is the process of storing ferquently used data on
the server to fulfil subsequent retests.
types of caching
1 ) out put caching
2) partial page caching
3) client-side caching
4) datacahing
5) Server side caching
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What are the Types of session management in ASP.NET
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
Explain the concept of View Model in MVC?
What's the ASP.Net Application life cycle?
What are the asp.net security controls?
How tooltip is set through code-behind in ASP.NET?
What is class and object in asp.net?
What is a form tag?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
What are the HTML server controls in ASP.NET?
What websites use asp.net?
Explain the difference between panel and groupbox classes using .net?
Which property is used to identify the Page is Post Back in ASP.NET?
Which is better viewstate or session?
Explain code snippet to register exception filters from controller?