Caching techniques in .NET ?



Caching techniques in .NET ?..

Answer / j_baghla

There are 3 techniques which are:
1.Page caching:-in this tech we cache the whole page
2.Fragment Cachning:-We cache only the part of the page
like user control.
3.Data Caching:-We cache the data component like dataset.

Is This Answer Correct ?    16 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?

0 Answers  


What is difference between response.redirect and server.transfer ?

2 Answers   Kalinga Software, Satyam,


how we declare interface

2 Answers  


What is a proxy in web service?

0 Answers  


What is MSIL?

4 Answers  


In what order do the events of an ASPX page execute, As a developer is it important to understand these events?

4 Answers  


What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.

2 Answers   Syntax Softtech,


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

0 Answers  


how to update data set?

3 Answers   IBM, TCS,


Can I read the hard disk serial # of the client computer using asp.net?

0 Answers  


Explain the code Access Security (CAS) in .net Framework?

0 Answers  


What is the concept of postback in asp.net?

0 Answers  


Categories