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

I need to download file from web server, without using save as dialogue box. Can anyone help, thanks In advance.

1 Answers  


What is Web Gardening? How would using it affect a design ?

1 Answers   Infogain,


can we transfer data from one page to another page using viewstate if so how?if not y?

1 Answers   Patni,


What is the mvc framework?

0 Answers  


What is the difference between application object and session object?

4 Answers   IBS,






how to include timer or counting time to display next page in asp.net

0 Answers  


What are the file extensions for razor views?

0 Answers   NA,


How can you send an email message from an asp.net web page?

0 Answers  


What is the file through which you can customize your asp.net application?

0 Answers  


What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?

0 Answers  


What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?

3 Answers   Satyam,


Is LINQ performance wise better or using sqlcommand?

1 Answers  


Categories