What is Fragment Caching in ASP.NET?
Answer Posted / 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 |
Post New Answer View All Answers
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is a query string in a url?
What is round trip in asp.net?
What are assemblies and namespaces and explain the difference between them ?
Elaborate differentiation between ViewState and SessionState?
If you are using components in your application, how can you handle exceptions raised in a component?
How can you access the properties and controls of master pages from content pages?
How do you identify that the page is postback?
What is aspect-oriented programming?
What is Forms Authentication in ASP.NET?
Difference between response.redirect and server.transfer?
What is a web api?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
Describe SOA and the tenets of it?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?