What is Fragment Caching in ASP.NET?
Answers were Sorted based on User's Feedback
Answer / veerendrasingh34
Fragment caching allows to cache specific portions of the
page rather than the whole page. It is done by implementing
the page in different parts.........
Is This Answer Correct ? | 17 Yes | 1 No |
Answer / mohd. faizaan
Caching allows us to hold something that can b used later.
when a specific portion of the page needs to b changed and
u postback it,the portion of page is cached from the object
that you hold in memory rather than server.
Is This Answer Correct ? | 9 Yes | 2 No |
How can we access static variable?
What are app services?
What are the action filters available in asp.net mvc
what is diff between responseexpires and expiresabsolute
Why do we need url encoding?
What are url fragments?
Uses of CLR ?
2 Answers Mind Tree, PH Software, TCS,
What is server transfer?
What is cache in asp net?
What is hidden field in asp.net?
Explain the concept of MVC Scaffolding?
To which class you load XML or Related Data