What is Fragment Caching in ASP.NET?

Answers were Sorted based on User's Feedback



What is Fragment Caching in ASP.NET?..

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

What is Fragment Caching in ASP.NET?..

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

Post New Answer

More ASP.NET Interview Questions

What is the use of The Page.Master Property?

1 Answers  


Do session use cookies in asp net?

0 Answers  


What are Caching techniques in .NET

0 Answers   Microsoft,


Explain how cookies work. Give an example of cookie abuse.

0 Answers  


How will you load dynamic assembly? How will create assesblies at run time?

0 Answers  


Name the control which can be used to reserve the space on web page for storing localized data.

3 Answers   IBM,


What is client side state management?

0 Answers  


What are the disadvantages of using session?

0 Answers  


What is the difference between Hash table and Array list?

0 Answers  


What is a Windows Service and how does its life cycle differ from a standard EXE?

2 Answers  


Difference between asp and asp.net ?

4 Answers   Accenture, BirlaSoft, TCS,


How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC

0 Answers  


Categories