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 is query string with example?
What is HTTPModule and HTTPcontext? What is the use of each?
What is strong-typing versus weak-typing?
What is the difference between typeof() vs gettype()?
Explain the difference between Repeater and Data list control in ASP.NET?
What is session and cookies in asp.net?
What are cao and sao.
How can you debug your.net application?
What is the difference between a default skin and a named skin?
What is a page life cycle?
Does web services support data reader like pom project?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
How do you handle server controls?
What is IPostBack? How to use it?
How can you make sure that web api returns json data only?